Html Css Color HEX #F810A1 Hollywood Cerise

📋 copy color: '#F810A1'

red 248 ◦ green 16 ◦ blue 161

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

Shades of Hollywood Cerise #F810A1

Tints of Hollywood Cerise #F810A1

RGB

 RED value IS 248 (97.27% from 255) = 58.35%

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

 BLUE value IS 161 (63.28% from 255) = 37.88%

R = 58.35%
G = 3.76%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F810A1 (or 0xF810A1) is known color: Hollywood Cerise. HEX triplet: F8, 10 and A1. RGB value is (248,16,161). Sum of RGB (Red+Green+Blue) = 248+16+161=425 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.35% from 425); Green value is 16 (6.64% from 255 or 3.76% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 248 - color contains mainly: red. Hex color #F810A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F810A1 is #07EF5E. Grayscale: #656565. Windows color (decimal): -520031 or 10555640. OLE color: 10555640.

HSL color Cylindrical-coordinate representation of color #F810A1: hue angle of 322.5º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F810A1 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 16 161 -
CMYK 0 0.94 0.35 0.03
HSL 322.5º 0.94% 0.52% -
HSV(B) 322.5º 0.94% 0.97% -
XYZ 45.33 22.9 35.75 -
YUV 101.9 161.36 232.21 -
System Red Green Blue C M Y K H S L
Decimal 248 16 161 0 0.94 0.35 0.03 322.5 0.94 0.52
Hex F8 10 A1 0 5E 23 3 142 5E 34
Octal 370 20 241 0 136 43 3 502 136 64
Binary 11111000 10000 10100001 0 1011110 100011 11 101000010 1011110 110100

Color Harmonies of #F810A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F810A1

Black with #F810A1

Text Example


Text Example

White with #F810A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F810A1; }

 p { color: rgb(248,16,161); }

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

background-color css

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

 a { background-color: rgb(248,16,161); }

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

border-color css

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

 span { border-color: rgb(248,16,161); }

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