Html Css Color HEX #FD55A2 Brilliant Rose

📋 copy color: '#FD55A2'

red 253 ◦ green 85 ◦ blue 162

#FD55A2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #FD55A2

Tints of Brilliant Rose #FD55A2

RGB

 RED value IS 253 (99.22% from 255) = 50.6%

 GREEN value IS 85 (33.59% from 255) = 17%

 BLUE value IS 162 (63.67% from 255) = 32.4%

R = 50.6%
G = 17%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FD55A2 (or 0xFD55A2) is known color: Brilliant Rose. HEX triplet: FD, 55 and A2. RGB value is (253,85,162). Sum of RGB (Red+Green+Blue) = 253+85+162=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 162 (63.67% from 255 or 32.4% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD55A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD55A2 is #02AA5D. Grayscale: #8F8F8F. Windows color (decimal): -174686 or 10638845. OLE color: 10638845.

HSL color Cylindrical-coordinate representation of color #FD55A2: hue angle of 332.5º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD55A2 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 85 162 -
CMYK 0 0.66 0.36 0.01
HSL 332.5º 0.98% 0.66% -
HSV(B) 332.5º 0.66% 0.99% -
XYZ 50.28 29.99 37.32 -
YUV 144.01 138.16 205.74 -
System Red Green Blue C M Y K H S L
Decimal 253 85 162 0 0.66 0.36 0.01 332.5 0.98 0.66
Hex FD 55 A2 0 42 24 1 14C 62 42
Octal 375 125 242 0 102 44 1 514 142 102
Binary 11111101 1010101 10100010 0 1000010 100100 1 101001100 1100010 1000010

Color Harmonies of #FD55A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD55A2

Black with #FD55A2

Text Example


Text Example

White with #FD55A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD55A2; }

 p { color: rgb(253,85,162); }

 H1.HeaderClassName
 {
   color: #FD55A2;
 }
 .AnyTagClassName
 {
   color: #FD55A2;
 }
</style>

background-color css

<style>
 a { background-color: #FD55A2; }

 a { background-color: rgb(253,85,162); }

 div.DivClassName
 {
   background-color: #FD55A2;
 }
 .BgClassName
 {
   background-color: #FD55A2;
 }
</style>

border-color css

<style>
 span { border-color: #FD55A2; }

 span { border-color: rgb(253,85,162); }

 td.TdClassName
 {
   border-color: #FD55A2;
 }
 .TagClassName
 {
   border-color: #FD55A2;
 }
</style>