Html Css Color HEX #F90092 Hollywood Cerise

📋 copy color: '#F90092'

red 249 ◦ green 0 ◦ blue 146

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

Shades of Hollywood Cerise #F90092

Tints of Hollywood Cerise #F90092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 146 (57.42% from 255) = 36.96%

R = 63.04%
G = 0%
B = 36.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F90092 (or 0xF90092) is known color: Hollywood Cerise. HEX triplet: F9, 00 and 92. RGB value is (249,0,146). Sum of RGB (Red+Green+Blue) = 249+0+146=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F90092 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90092 is #06FF6D. Grayscale: #5A5A5A. Windows color (decimal): -458606 or 9568505. OLE color: 9568505.

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

Color convert

RGB 249 0 146 -
CMYK 0 1 0.41 0.02
HSL 324.82º 1% 0.49% -
HSV(B) 324.82º 1% 0.98% -
XYZ 44.26 22.22 29.15 -
YUV 91.1 158.99 240.63 -
System Red Green Blue C M Y K H S L
Decimal 249 0 146 0 1 0.41 0.02 324.82 1 0.49
Hex F9 0 92 0 64 29 2 145 64 31
Octal 371 0 222 0 144 51 2 505 144 61
Binary 11111001 0 10010010 0 1100100 101001 10 101000101 1100100 110001

Color Harmonies of #F90092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90092

Black with #F90092

Text Example


Text Example

White with #F90092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90092; }

 p { color: rgb(249,0,146); }

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

background-color css

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

 a { background-color: rgb(249,0,146); }

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

border-color css

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

 span { border-color: rgb(249,0,146); }

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