Html Css Color HEX #F803A0 Hollywood Cerise

📋 copy color: '#F803A0'

red 248 ◦ green 3 ◦ blue 160

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

Shades of Hollywood Cerise #F803A0

Tints of Hollywood Cerise #F803A0

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.73%

 BLUE value IS 160 (62.89% from 255) = 38.93%

R = 60.34%
G = 0.73%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F803A0 (or 0xF803A0) is known color: Hollywood Cerise. HEX triplet: F8, 03 and A0. RGB value is (248,3,160). Sum of RGB (Red+Green+Blue) = 248+3+160=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 3 (1.56% from 255 or 0.73% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F803A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F803A0 is #07FC5F. Grayscale: #5D5D5D. Windows color (decimal): -523360 or 10486776. OLE color: 10486776.

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

Color convert

RGB 248 3 160 -
CMYK 0 0.99 0.35 0.03
HSL 321.55º 0.98% 0.49% -
HSV(B) 321.55º 0.99% 0.97% -
XYZ 45.09 22.56 35.24 -
YUV 94.15 165.17 237.73 -
System Red Green Blue C M Y K H S L
Decimal 248 3 160 0 0.99 0.35 0.03 321.55 0.98 0.49
Hex F8 3 A0 0 63 23 3 142 62 31
Octal 370 3 240 0 143 43 3 502 142 61
Binary 11111000 11 10100000 0 1100011 100011 11 101000010 1100010 110001

Color Harmonies of #F803A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F803A0

Black with #F803A0

Text Example


Text Example

White with #F803A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F803A0; }

 p { color: rgb(248,3,160); }

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

background-color css

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

 a { background-color: rgb(248,3,160); }

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

border-color css

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

 span { border-color: rgb(248,3,160); }

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