Html Css Color HEX #F8029D Hollywood Cerise

📋 copy color: '#F8029D'

red 248 ◦ green 2 ◦ blue 157

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

Shades of Hollywood Cerise #F8029D

Tints of Hollywood Cerise #F8029D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.49%

 BLUE value IS 157 (61.72% from 255) = 38.57%

R = 60.93%
G = 0.49%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F8029D (or 0xF8029D) is known color: Hollywood Cerise. HEX triplet: F8, 02 and 9D. RGB value is (248,2,157). Sum of RGB (Red+Green+Blue) = 248+2+157=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 2 (1.17% from 255 or 0.49% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F8029D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8029D is #07FD62. Grayscale: #5C5C5C. Windows color (decimal): -523619 or 10289912. OLE color: 10289912.

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

Color convert

RGB 248 2 157 -
CMYK 0 0.99 0.37 0.03
HSL 322.2º 0.98% 0.49% -
HSV(B) 322.2º 0.99% 0.97% -
XYZ 44.82 22.43 33.87 -
YUV 93.22 164 238.4 -
System Red Green Blue C M Y K H S L
Decimal 248 2 157 0 0.99 0.37 0.03 322.2 0.98 0.49
Hex F8 2 9D 0 63 25 3 142 62 31
Octal 370 2 235 0 143 45 3 502 142 61
Binary 11111000 10 10011101 0 1100011 100101 11 101000010 1100010 110001

Color Harmonies of #F8029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8029D

Black with #F8029D

Text Example


Text Example

White with #F8029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8029D; }

 p { color: rgb(248,2,157); }

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

background-color css

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

 a { background-color: rgb(248,2,157); }

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

border-color css

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

 span { border-color: rgb(248,2,157); }

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