Html Css Color HEX #F90090 Hollywood Cerise

📋 copy color: '#F90090'

red 249 ◦ green 0 ◦ blue 144

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

Shades of Hollywood Cerise #F90090

Tints of Hollywood Cerise #F90090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.64%

R = 63.36%
G = 0%
B = 36.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F90090 (or 0xF90090) is known color: Hollywood Cerise. HEX triplet: F9, 00 and 90. RGB value is (249,0,144). Sum of RGB (Red+Green+Blue) = 249+0+144=393 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.36% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 249 - color contains mainly: red. Hex color #F90090 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90090 is #06FF6F. Grayscale: #5A5A5A. Windows color (decimal): -458608 or 9437433. OLE color: 9437433.

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

Color convert

RGB 249 0 144 -
CMYK 0 1 0.42 0.02
HSL 325.3º 1% 0.49% -
HSV(B) 325.3º 1% 0.98% -
XYZ 44.1 22.15 28.34 -
YUV 90.87 157.99 240.79 -
System Red Green Blue C M Y K H S L
Decimal 249 0 144 0 1 0.42 0.02 325.3 1 0.49
Hex F9 0 90 0 64 2A 2 145 64 31
Octal 371 0 220 0 144 52 2 505 144 61
Binary 11111001 0 10010000 0 1100100 101010 10 101000101 1100100 110001

Color Harmonies of #F90090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90090

Black with #F90090

Text Example


Text Example

White with #F90090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90090; }

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

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

background-color css

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

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

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

border-color css

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

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

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