Html Css Color HEX #F800AF Hollywood Cerise

📋 copy color: '#F800AF'

red 248 ◦ green 0 ◦ blue 175

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

Shades of Hollywood Cerise #F800AF

Tints of Hollywood Cerise #F800AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.37%

R = 58.63%
G = 0%
B = 41.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F800AF (or 0xF800AF) is known color: Hollywood Cerise. HEX triplet: F8, 00 and AF. RGB value is (248,0,175). Sum of RGB (Red+Green+Blue) = 248+0+175=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F800AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F800AF is #07FF50. Grayscale: #5D5D5D. Windows color (decimal): -524113 or 11469048. OLE color: 11469048.

HSL color Cylindrical-coordinate representation of color #F800AF: hue angle of 317.66º 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 #F800AF is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 0 175 -
CMYK 0 1 0.29 0.03
HSL 317.66º 1% 0.49% -
HSV(B) 317.66º 1% 0.97% -
XYZ 46.45 23.05 42.56 -
YUV 94.1 173.66 237.77 -
System Red Green Blue C M Y K H S L
Decimal 248 0 175 0 1 0.29 0.03 317.66 1 0.49
Hex F8 0 AF 0 64 1D 3 13E 64 31
Octal 370 0 257 0 144 35 3 476 144 61
Binary 11111000 0 10101111 0 1100100 11101 11 100111110 1100100 110001

Color Harmonies of #F800AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F800AF

Black with #F800AF

Text Example


Text Example

White with #F800AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F800AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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