Html Css Color HEX #F90296 Hollywood Cerise

📋 copy color: '#F90296'

red 249 ◦ green 2 ◦ blue 150

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

Shades of Hollywood Cerise #F90296

Tints of Hollywood Cerise #F90296

RGB

 RED value IS 249 (97.66% from 255) = 62.09%

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

 BLUE value IS 150 (58.98% from 255) = 37.41%

R = 62.09%
G = 0.5%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F90296 (or 0xF90296) is known color: Hollywood Cerise. HEX triplet: F9, 02 and 96. RGB value is (249,2,150). Sum of RGB (Red+Green+Blue) = 249+2+150=401 (53% of max value = 765). Red value is 249 (97.66% from 255 or 62.09% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 249 - color contains mainly: red. Hex color #F90296 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90296 is #06FD69. Grayscale: #5C5C5C. Windows color (decimal): -458090 or 9831161. OLE color: 9831161.

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

Color convert

RGB 249 2 150 -
CMYK 0 0.99 0.40 0.02
HSL 324.05º 0.98% 0.49% -
HSV(B) 324.05º 0.99% 0.98% -
XYZ 44.59 22.39 30.82 -
YUV 92.73 160.33 239.47 -
System Red Green Blue C M Y K H S L
Decimal 249 2 150 0 0.99 0.40 0.02 324.05 0.98 0.49
Hex F9 2 96 0 63 28 2 144 62 31
Octal 371 2 226 0 143 50 2 504 142 61
Binary 11111001 10 10010110 0 1100011 101000 10 101000100 1100010 110001

Color Harmonies of #F90296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90296

Black with #F90296

Text Example


Text Example

White with #F90296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90296; }

 p { color: rgb(249,2,150); }

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

background-color css

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

 a { background-color: rgb(249,2,150); }

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

border-color css

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

 span { border-color: rgb(249,2,150); }

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