Html Css Color HEX #F311A2 Hollywood Cerise

📋 copy color: '#F311A2'

red 243 ◦ green 17 ◦ blue 162

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

Shades of Hollywood Cerise #F311A2

Tints of Hollywood Cerise #F311A2

RGB

 RED value IS 243 (95.31% from 255) = 57.58%

 GREEN value IS 17 (7.03% from 255) = 4.03%

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

R = 57.58%
G = 4.03%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F311A2 (or 0xF311A2) is known color: Hollywood Cerise. HEX triplet: F3, 11 and A2. RGB value is (243,17,162). Sum of RGB (Red+Green+Blue) = 243+17+162=422 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.58% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 243 - color contains mainly: red. Hex color #F311A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F311A2 is #0CEE5D. Grayscale: #646464. Windows color (decimal): -847454 or 10621427. OLE color: 10621427.

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

Color convert

RGB 243 17 162 -
CMYK 0 0.93 0.33 0.05
HSL 321.5º 0.9% 0.51% -
HSV(B) 321.5º 0.93% 0.95% -
XYZ 43.68 22.06 36.14 -
YUV 101.1 162.37 229.21 -
System Red Green Blue C M Y K H S L
Decimal 243 17 162 0 0.93 0.33 0.05 321.5 0.9 0.51
Hex F3 11 A2 0 5D 21 5 142 5A 33
Octal 363 21 242 0 135 41 5 502 132 63
Binary 11110011 10001 10100010 0 1011101 100001 101 101000010 1011010 110011

Color Harmonies of #F311A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F311A2

Black with #F311A2

Text Example


Text Example

White with #F311A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F311A2; }

 p { color: rgb(243,17,162); }

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

background-color css

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

 a { background-color: rgb(243,17,162); }

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

border-color css

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

 span { border-color: rgb(243,17,162); }

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