Html Css Color HEX #FD069E Hollywood Cerise

📋 copy color: '#FD069E'

red 253 ◦ green 6 ◦ blue 158

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

Shades of Hollywood Cerise #FD069E

Tints of Hollywood Cerise #FD069E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.44%

 BLUE value IS 158 (62.11% from 255) = 37.89%

R = 60.67%
G = 1.44%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD069E (or 0xFD069E) is known color: Hollywood Cerise. HEX triplet: FD, 06 and 9E. RGB value is (253,6,158). Sum of RGB (Red+Green+Blue) = 253+6+158=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 6 (2.73% from 255 or 1.44% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD069E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD069E is #02F961. Grayscale: #606060. Windows color (decimal): -194914 or 10356477. OLE color: 10356477.

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

Color convert

RGB 253 6 158 -
CMYK 0 0.98 0.38 0.01
HSL 323.08º 0.98% 0.51% -
HSV(B) 323.08º 0.98% 0.99% -
XYZ 46.74 23.48 34.42 -
YUV 97.18 162.33 239.14 -
System Red Green Blue C M Y K H S L
Decimal 253 6 158 0 0.98 0.38 0.01 323.08 0.98 0.51
Hex FD 6 9E 0 62 26 1 143 62 33
Octal 375 6 236 0 142 46 1 503 142 63
Binary 11111101 110 10011110 0 1100010 100110 1 101000011 1100010 110011

Color Harmonies of #FD069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD069E

Black with #FD069E

Text Example


Text Example

White with #FD069E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD069E; }

 p { color: rgb(253,6,158); }

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

background-color css

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

 a { background-color: rgb(253,6,158); }

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

border-color css

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

 span { border-color: rgb(253,6,158); }

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