Html Css Color HEX #F8029B Hollywood Cerise

📋 copy color: '#F8029B'

red 248 ◦ green 2 ◦ blue 155

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

Shades of Hollywood Cerise #F8029B

Tints of Hollywood Cerise #F8029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.27%

R = 61.23%
G = 0.49%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F8029B (or 0xF8029B) is known color: Hollywood Cerise. HEX triplet: F8, 02 and 9B. RGB value is (248,2,155). Sum of RGB (Red+Green+Blue) = 248+2+155=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F8029B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8029B is #07FD64. Grayscale: #5C5C5C. Windows color (decimal): -523621 or 10158840. OLE color: 10158840.

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

Color convert

RGB 248 2 155 -
CMYK 0 0.99 0.38 0.03
HSL 322.68º 0.98% 0.49% -
HSV(B) 322.68º 0.99% 0.97% -
XYZ 44.65 22.37 32.97 -
YUV 93 163 238.56 -
System Red Green Blue C M Y K H S L
Decimal 248 2 155 0 0.99 0.38 0.03 322.68 0.98 0.49
Hex F8 2 9B 0 63 26 3 143 62 31
Octal 370 2 233 0 143 46 3 503 142 61
Binary 11111000 10 10011011 0 1100011 100110 11 101000011 1100010 110001

Color Harmonies of #F8029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8029B

Black with #F8029B

Text Example


Text Example

White with #F8029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8029B; }

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

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

background-color css

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

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

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

border-color css

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

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

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