Html Css Color HEX #F3009F Hollywood Cerise

📋 copy color: '#F3009F'

red 243 ◦ green 0 ◦ blue 159

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

Shades of Hollywood Cerise #F3009F

Tints of Hollywood Cerise #F3009F

RGB

 RED value IS 243 (95.31% from 255) = 60.45%

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

 BLUE value IS 159 (62.5% from 255) = 39.55%

R = 60.45%
G = 0%
B = 39.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F3009F (or 0xF3009F) is known color: Hollywood Cerise. HEX triplet: F3, 00 and 9F. RGB value is (243,0,159). Sum of RGB (Red+Green+Blue) = 243+0+159=402 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.45% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 243 - color contains mainly: red. Hex color #F3009F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3009F is #0CFF60. Grayscale: #5A5A5A. Windows color (decimal): -851809 or 10420467. OLE color: 10420467.

HSL color Cylindrical-coordinate representation of color #F3009F: hue angle of 320.74º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F3009F is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 0 159 -
CMYK 0 1 0.35 0.05
HSL 320.74º 1% 0.48% -
HSV(B) 320.74º 1% 0.95% -
XYZ 43.22 21.56 34.68 -
YUV 90.78 166.51 236.57 -
System Red Green Blue C M Y K H S L
Decimal 243 0 159 0 1 0.35 0.05 320.74 1 0.48
Hex F3 0 9F 0 64 23 5 141 64 30
Octal 363 0 237 0 144 43 5 501 144 60
Binary 11110011 0 10011111 0 1100100 100011 101 101000001 1100100 110000

Color Harmonies of #F3009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3009F

Black with #F3009F

Text Example


Text Example

White with #F3009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3009F; }

 p { color: rgb(243,0,159); }

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

background-color css

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

 a { background-color: rgb(243,0,159); }

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

border-color css

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

 span { border-color: rgb(243,0,159); }

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