Html Css Color HEX #F803AC Hollywood Cerise

📋 copy color: '#F803AC'

red 248 ◦ green 3 ◦ blue 172

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

Shades of Hollywood Cerise #F803AC

Tints of Hollywood Cerise #F803AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.66%

R = 58.63%
G = 0.71%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F803AC (or 0xF803AC) is known color: Hollywood Cerise. HEX triplet: F8, 03 and AC. RGB value is (248,3,172). Sum of RGB (Red+Green+Blue) = 248+3+172=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F803AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F803AC is #07FC53. Grayscale: #5F5F5F. Windows color (decimal): -523348 or 11273208. OLE color: 11273208.

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

Color convert

RGB 248 3 172 -
CMYK 0 0.99 0.31 0.03
HSL 318.61º 0.98% 0.49% -
HSV(B) 318.61º 0.99% 0.97% -
XYZ 46.19 23 41.03 -
YUV 95.52 171.17 236.76 -
System Red Green Blue C M Y K H S L
Decimal 248 3 172 0 0.99 0.31 0.03 318.61 0.98 0.49
Hex F8 3 AC 0 63 1F 3 13F 62 31
Octal 370 3 254 0 143 37 3 477 142 61
Binary 11111000 11 10101100 0 1100011 11111 11 100111111 1100010 110001

Color Harmonies of #F803AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F803AC

Black with #F803AC

Text Example


Text Example

White with #F803AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F803AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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