Html Css Color HEX #F90594 Hollywood Cerise

📋 copy color: '#F90594'

red 249 ◦ green 5 ◦ blue 148

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

Shades of Hollywood Cerise #F90594

Tints of Hollywood Cerise #F90594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.24%

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

R = 61.94%
G = 1.24%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F90594 (or 0xF90594) is known color: Hollywood Cerise. HEX triplet: F9, 05 and 94. RGB value is (249,5,148). Sum of RGB (Red+Green+Blue) = 249+5+148=402 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.94% from 402); Green value is 5 (2.34% from 255 or 1.24% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 249 - color contains mainly: red. Hex color #F90594 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90594 is #06FA6B. Grayscale: #5D5D5D. Windows color (decimal): -457324 or 9700857. OLE color: 9700857.

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

Color convert

RGB 249 5 148 -
CMYK 0 0.98 0.41 0.02
HSL 324.84º 0.96% 0.5% -
HSV(B) 324.84º 0.98% 0.98% -
XYZ 44.47 22.39 29.99 -
YUV 94.26 158.34 238.37 -
System Red Green Blue C M Y K H S L
Decimal 249 5 148 0 0.98 0.41 0.02 324.84 0.96 0.5
Hex F9 5 94 0 62 29 2 145 60 32
Octal 371 5 224 0 142 51 2 505 140 62
Binary 11111001 101 10010100 0 1100010 101001 10 101000101 1100000 110010

Color Harmonies of #F90594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90594

Black with #F90594

Text Example


Text Example

White with #F90594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90594; }

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

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

background-color css

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

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

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

border-color css

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

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

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