Html Css Color HEX #F90094 Hollywood Cerise

📋 copy color: '#F90094'

red 249 ◦ green 0 ◦ blue 148

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

Shades of Hollywood Cerise #F90094

Tints of Hollywood Cerise #F90094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.28%

R = 62.72%
G = 0%
B = 37.28%

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

#F90094 (or 0xF90094) is known color: Hollywood Cerise. HEX triplet: F9, 00 and 94. RGB value is (249,0,148). Sum of RGB (Red+Green+Blue) = 249+0+148=397 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.72% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 249 - color contains mainly: red. Hex color #F90094 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90094 is #06FF6B. Grayscale: #5A5A5A. Windows color (decimal): -458604 or 9699577. OLE color: 9699577.

HSL color Cylindrical-coordinate representation of color #F90094: hue angle of 324.34º 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 #F90094 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 0 148 -
CMYK 0 1 0.41 0.02
HSL 324.34º 1% 0.49% -
HSV(B) 324.34º 1% 0.98% -
XYZ 44.41 22.28 29.98 -
YUV 91.32 159.99 240.47 -
System Red Green Blue C M Y K H S L
Decimal 249 0 148 0 1 0.41 0.02 324.34 1 0.49
Hex F9 0 94 0 64 29 2 144 64 31
Octal 371 0 224 0 144 51 2 504 144 61
Binary 11111001 0 10010100 0 1100100 101001 10 101000100 1100100 110001

Color Harmonies of #F90094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90094

Black with #F90094

Text Example


Text Example

White with #F90094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90094; }

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

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

background-color css

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

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

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

border-color css

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

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

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