Html Css Color HEX #F9018F Hollywood Cerise

📋 copy color: '#F9018F'

red 249 ◦ green 1 ◦ blue 143

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

Shades of Hollywood Cerise #F9018F

Tints of Hollywood Cerise #F9018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.39%

R = 63.36%
G = 0.25%
B = 36.39%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9018F (or 0xF9018F) is known color: Hollywood Cerise. HEX triplet: F9, 01 and 8F. RGB value is (249,1,143). Sum of RGB (Red+Green+Blue) = 249+1+143=393 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.36% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 249 - color contains mainly: red. Hex color #F9018F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9018F is #06FE70. Grayscale: #5B5B5B. Windows color (decimal): -458353 or 9372153. OLE color: 9372153.

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

Color convert

RGB 249 1 143 -
CMYK 0 1.00 0.43 0.02
HSL 325.65º 0.99% 0.49% -
HSV(B) 325.65º 1% 0.98% -
XYZ 44.04 22.14 27.94 -
YUV 91.34 157.16 240.45 -
System Red Green Blue C M Y K H S L
Decimal 249 1 143 0 1.00 0.43 0.02 325.65 0.99 0.49
Hex F9 1 8F 0 64 2B 2 146 63 31
Octal 371 1 217 0 144 53 2 506 143 61
Binary 11111001 1 10001111 0 1100100 101011 10 101000110 1100011 110001

Color Harmonies of #F9018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9018F

Black with #F9018F

Text Example


Text Example

White with #F9018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9018F; }

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

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

background-color css

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

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

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

border-color css

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

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

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