Html Css Color HEX #F60BAE Hollywood Cerise

📋 copy color: '#F60BAE'

red 246 ◦ green 11 ◦ blue 174

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

Shades of Hollywood Cerise #F60BAE

Tints of Hollywood Cerise #F60BAE

RGB

 RED value IS 246 (96.48% from 255) = 57.08%

 GREEN value IS 11 (4.69% from 255) = 2.55%

 BLUE value IS 174 (68.36% from 255) = 40.37%

R = 57.08%
G = 2.55%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F60BAE (or 0xF60BAE) is known color: Hollywood Cerise. HEX triplet: F6, 0B and AE. RGB value is (246,11,174). Sum of RGB (Red+Green+Blue) = 246+11+174=431 (57% of max value = 765). Red value is 246 (96.48% from 255 or 57.08% from 431); Green value is 11 (4.69% from 255 or 2.55% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 246 - color contains mainly: red. Hex color #F60BAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60BAE is #09F451. Grayscale: #636363. Windows color (decimal): -652370 or 11406326. OLE color: 11406326.

HSL color Cylindrical-coordinate representation of color #F60BAE: hue angle of 318.38º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60BAE is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 11 174 -
CMYK 0 0.96 0.29 0.04
HSL 318.38º 0.93% 0.5% -
HSV(B) 318.38º 0.96% 0.96% -
XYZ 45.77 22.89 42.05 -
YUV 99.85 169.86 232.25 -
System Red Green Blue C M Y K H S L
Decimal 246 11 174 0 0.96 0.29 0.04 318.38 0.93 0.5
Hex F6 B AE 0 60 1D 4 13E 5D 32
Octal 366 13 256 0 140 35 4 476 135 62
Binary 11110110 1011 10101110 0 1100000 11101 100 100111110 1011101 110010

Color Harmonies of #F60BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60BAE

Black with #F60BAE

Text Example


Text Example

White with #F60BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60BAE; }

 p { color: rgb(246,11,174); }

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

background-color css

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

 a { background-color: rgb(246,11,174); }

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

border-color css

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

 span { border-color: rgb(246,11,174); }

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