Html Css Color HEX #FF0DA4 Hollywood Cerise

📋 copy color: '#FF0DA4'

red 255 ◦ green 13 ◦ blue 164

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

Shades of Hollywood Cerise #FF0DA4

Tints of Hollywood Cerise #FF0DA4

RGB

 RED value IS 255 (100% from 255) = 59.03%

 GREEN value IS 13 (5.47% from 255) = 3.01%

 BLUE value IS 164 (64.45% from 255) = 37.96%

R = 59.03%
G = 3.01%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#FF0DA4 (or 0xFF0DA4) is known color: Hollywood Cerise. HEX triplet: FF, 0D and A4. RGB value is (255,13,164). Sum of RGB (Red+Green+Blue) = 255+13+164=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 13 (5.47% from 255 or 3.01% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0DA4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0DA4 is #00F25B. Grayscale: #666666. Windows color (decimal): -62044 or 10751487. OLE color: 10751487.

HSL color Cylindrical-coordinate representation of color #FF0DA4: hue angle of 322.56º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0DA4 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB 255 13 164 -
CMYK 0 0.95 0.36 0
HSL 322.56º 1% 0.53% -
HSV(B) 322.56º 0.95% 1% -
XYZ 48.08 24.23 37.26 -
YUV 102.57 162.67 236.72 -
System Red Green Blue C M Y K H S L
Decimal 255 13 164 0 0.95 0.36 0 322.56 1 0.53
Hex FF D A4 0 5F 24 0 143 64 35
Octal 377 15 244 0 137 44 0 503 144 65
Binary 11111111 1101 10100100 0 1011111 100100 0 101000011 1100100 110101

Color Harmonies of #FF0DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0DA4

Black with #FF0DA4

Text Example


Text Example

White with #FF0DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0DA4; }

 p { color: rgb(255,13,164); }

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

background-color css

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

 a { background-color: rgb(255,13,164); }

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

border-color css

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

 span { border-color: rgb(255,13,164); }

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