Html Css Color HEX #F800A6 Hollywood Cerise

📋 copy color: '#F800A6'

red 248 ◦ green 0 ◦ blue 166

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

Shades of Hollywood Cerise #F800A6

Tints of Hollywood Cerise #F800A6

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 166 (65.23% from 255) = 40.1%

R = 59.9%
G = 0%
B = 40.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F800A6 (or 0xF800A6) is known color: Hollywood Cerise. HEX triplet: F8, 00 and A6. RGB value is (248,0,166). Sum of RGB (Red+Green+Blue) = 248+0+166=414 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.90% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 166 (65.23% from 255 or 40.10% from 414); Max value from RGB is 248 - color contains mainly: red. Hex color #F800A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F800A6 is #07FF59. Grayscale: #5C5C5C. Windows color (decimal): -524122 or 10879224. OLE color: 10879224.

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

Color convert

RGB 248 0 166 -
CMYK 0 1 0.33 0.03
HSL 319.84º 1% 0.49% -
HSV(B) 319.84º 1% 0.97% -
XYZ 45.59 22.71 38.06 -
YUV 93.08 169.16 238.5 -
System Red Green Blue C M Y K H S L
Decimal 248 0 166 0 1 0.33 0.03 319.84 1 0.49
Hex F8 0 A6 0 64 21 3 140 64 31
Octal 370 0 246 0 144 41 3 500 144 61
Binary 11111000 0 10100110 0 1100100 100001 11 101000000 1100100 110001

Color Harmonies of #F800A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F800A6

Black with #F800A6

Text Example


Text Example

White with #F800A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F800A6; }

 p { color: rgb(248,0,166); }

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

background-color css

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

 a { background-color: rgb(248,0,166); }

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

border-color css

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

 span { border-color: rgb(248,0,166); }

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