Html Css Color HEX #F90194 Hollywood Cerise

📋 copy color: '#F90194'

red 249 ◦ green 1 ◦ blue 148

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

Shades of Hollywood Cerise #F90194

Tints of Hollywood Cerise #F90194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 62.56%
G = 0.25%
B = 37.19%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F90194 (or 0xF90194) is known color: Hollywood Cerise. HEX triplet: F9, 01 and 94. RGB value is (249,1,148). Sum of RGB (Red+Green+Blue) = 249+1+148=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 1 (0.78% from 255 or 0.25% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F90194 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90194 is #06FE6B. Grayscale: #5B5B5B. Windows color (decimal): -458348 or 9699833. OLE color: 9699833.

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

Color convert

RGB 249 1 148 -
CMYK 0 1.00 0.41 0.02
HSL 324.44º 0.99% 0.49% -
HSV(B) 324.44º 1% 0.98% -
XYZ 44.42 22.3 29.98 -
YUV 91.91 159.66 240.05 -
System Red Green Blue C M Y K H S L
Decimal 249 1 148 0 1.00 0.41 0.02 324.44 0.99 0.49
Hex F9 1 94 0 64 29 2 144 63 31
Octal 371 1 224 0 144 51 2 504 143 61
Binary 11111001 1 10010100 0 1100100 101001 10 101000100 1100011 110001

Color Harmonies of #F90194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90194

Black with #F90194

Text Example


Text Example

White with #F90194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90194; }

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

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

background-color css

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

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

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

border-color css

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

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

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