Html Css Color HEX #FF069C Hollywood Cerise

📋 copy color: '#FF069C'

red 255 ◦ green 6 ◦ blue 156

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

Shades of Hollywood Cerise #FF069C

Tints of Hollywood Cerise #FF069C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.41%

R = 61.15%
G = 1.44%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FF069C (or 0xFF069C) is known color: Hollywood Cerise. HEX triplet: FF, 06 and 9C. RGB value is (255,6,156). Sum of RGB (Red+Green+Blue) = 255+6+156=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 6 (2.73% from 255 or 1.44% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF069C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF069C is #00F963. Grayscale: #616161. Windows color (decimal): -63844 or 10225407. OLE color: 10225407.

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

Color convert

RGB 255 6 156 -
CMYK 0 0.98 0.39 0
HSL 323.86º 1% 0.51% -
HSV(B) 323.86º 0.98% 1% -
XYZ 47.31 23.79 33.55 -
YUV 97.55 160.99 240.3 -
System Red Green Blue C M Y K H S L
Decimal 255 6 156 0 0.98 0.39 0 323.86 1 0.51
Hex FF 6 9C 0 62 27 0 144 64 33
Octal 377 6 234 0 142 47 0 504 144 63
Binary 11111111 110 10011100 0 1100010 100111 0 101000100 1100100 110011

Color Harmonies of #FF069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF069C

Black with #FF069C

Text Example


Text Example

White with #FF069C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF069C; }

 p { color: rgb(255,6,156); }

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

background-color css

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

 a { background-color: rgb(255,6,156); }

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

border-color css

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

 span { border-color: rgb(255,6,156); }

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