Html Css Color HEX #F60C9A Hollywood Cerise

📋 copy color: '#F60C9A'

red 246 ◦ green 12 ◦ blue 154

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

Shades of Hollywood Cerise #F60C9A

Tints of Hollywood Cerise #F60C9A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.91%

 BLUE value IS 154 (60.55% from 255) = 37.38%

R = 59.71%
G = 2.91%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F60C9A (or 0xF60C9A) is known color: Hollywood Cerise. HEX triplet: F6, 0C and 9A. RGB value is (246,12,154). Sum of RGB (Red+Green+Blue) = 246+12+154=412 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.71% from 412); Green value is 12 (5.08% from 255 or 2.91% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60C9A is #09F365. Grayscale: #616161. Windows color (decimal): -652134 or 10095862. OLE color: 10095862.

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

Color convert

RGB 246 12 154 -
CMYK 0 0.95 0.37 0.04
HSL 323.59º 0.93% 0.51% -
HSV(B) 323.59º 0.95% 0.96% -
XYZ 43.97 22.19 32.54 -
YUV 98.15 159.52 233.45 -
System Red Green Blue C M Y K H S L
Decimal 246 12 154 0 0.95 0.37 0.04 323.59 0.93 0.51
Hex F6 C 9A 0 5F 25 4 144 5D 33
Octal 366 14 232 0 137 45 4 504 135 63
Binary 11110110 1100 10011010 0 1011111 100101 100 101000100 1011101 110011

Color Harmonies of #F60C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60C9A

Black with #F60C9A

Text Example


Text Example

White with #F60C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60C9A; }

 p { color: rgb(246,12,154); }

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

background-color css

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

 a { background-color: rgb(246,12,154); }

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

border-color css

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

 span { border-color: rgb(246,12,154); }

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