Html Css Color HEX #FD03A2 Hollywood Cerise

📋 copy color: '#FD03A2'

red 253 ◦ green 3 ◦ blue 162

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

Shades of Hollywood Cerise #FD03A2

Tints of Hollywood Cerise #FD03A2

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.72%

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

R = 60.53%
G = 0.72%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD03A2 (or 0xFD03A2) is known color: Hollywood Cerise. HEX triplet: FD, 03 and A2. RGB value is (253,3,162). Sum of RGB (Red+Green+Blue) = 253+3+162=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 3 (1.56% from 255 or 0.72% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD03A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD03A2 is #02FC5D. Grayscale: #5F5F5F. Windows color (decimal): -195678 or 10617853. OLE color: 10617853.

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

Color convert

RGB 253 3 162 -
CMYK 0 0.99 0.36 0.01
HSL 321.84º 0.98% 0.5% -
HSV(B) 321.84º 0.99% 0.99% -
XYZ 47.06 23.56 36.25 -
YUV 95.88 165.33 240.07 -
System Red Green Blue C M Y K H S L
Decimal 253 3 162 0 0.99 0.36 0.01 321.84 0.98 0.5
Hex FD 3 A2 0 63 24 1 142 62 32
Octal 375 3 242 0 143 44 1 502 142 62
Binary 11111101 11 10100010 0 1100011 100100 1 101000010 1100010 110010

Color Harmonies of #FD03A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD03A2

Black with #FD03A2

Text Example


Text Example

White with #FD03A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD03A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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