Html Css Color HEX #F90293 Hollywood Cerise

📋 copy color: '#F90293'

red 249 ◦ green 2 ◦ blue 147

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

Shades of Hollywood Cerise #F90293

Tints of Hollywood Cerise #F90293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.93%

R = 62.56%
G = 0.5%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F90293 (or 0xF90293) is known color: Hollywood Cerise. HEX triplet: F9, 02 and 93. RGB value is (249,2,147). Sum of RGB (Red+Green+Blue) = 249+2+147=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 2 (1.17% from 255 or 0.50% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F90293 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90293 is #06FD6C. Grayscale: #5C5C5C. Windows color (decimal): -458093 or 9634553. OLE color: 9634553.

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

Color convert

RGB 249 2 147 -
CMYK 0 0.99 0.41 0.02
HSL 324.78º 0.98% 0.49% -
HSV(B) 324.78º 0.99% 0.98% -
XYZ 44.36 22.29 29.57 -
YUV 92.38 158.83 239.71 -
System Red Green Blue C M Y K H S L
Decimal 249 2 147 0 0.99 0.41 0.02 324.78 0.98 0.49
Hex F9 2 93 0 63 29 2 145 62 31
Octal 371 2 223 0 143 51 2 505 142 61
Binary 11111001 10 10010011 0 1100011 101001 10 101000101 1100010 110001

Color Harmonies of #F90293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90293

Black with #F90293

Text Example


Text Example

White with #F90293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90293; }

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

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

background-color css

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

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

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

border-color css

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

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

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