Html Css Color HEX #F610A2 Hollywood Cerise

📋 copy color: '#F610A2'

red 246 ◦ green 16 ◦ blue 162

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

Shades of Hollywood Cerise #F610A2

Tints of Hollywood Cerise #F610A2

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.77%

 BLUE value IS 162 (63.67% from 255) = 38.21%

R = 58.02%
G = 3.77%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F610A2 (or 0xF610A2) is known color: Hollywood Cerise. HEX triplet: F6, 10 and A2. RGB value is (246,16,162). Sum of RGB (Red+Green+Blue) = 246+16+162=424 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.02% from 424); Green value is 16 (6.64% from 255 or 3.77% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 246 - color contains mainly: red. Hex color #F610A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F610A2 is #09EF5D. Grayscale: #656565. Windows color (decimal): -651102 or 10621174. OLE color: 10621174.

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

Color convert

RGB 246 16 162 -
CMYK 0 0.93 0.34 0.04
HSL 321.91º 0.93% 0.51% -
HSV(B) 321.91º 0.93% 0.96% -
XYZ 44.71 22.57 36.18 -
YUV 101.41 162.2 231.13 -
System Red Green Blue C M Y K H S L
Decimal 246 16 162 0 0.93 0.34 0.04 321.91 0.93 0.51
Hex F6 10 A2 0 5D 22 4 142 5D 33
Octal 366 20 242 0 135 42 4 502 135 63
Binary 11110110 10000 10100010 0 1011101 100010 100 101000010 1011101 110011

Color Harmonies of #F610A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F610A2

Black with #F610A2

Text Example


Text Example

White with #F610A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F610A2; }

 p { color: rgb(246,16,162); }

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

background-color css

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

 a { background-color: rgb(246,16,162); }

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

border-color css

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

 span { border-color: rgb(246,16,162); }

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