Html Css Color HEX #F3008F Hollywood Cerise

📋 copy color: '#F3008F'

red 243 ◦ green 0 ◦ blue 143

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

Shades of Hollywood Cerise #F3008F

Tints of Hollywood Cerise #F3008F

RGB

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

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

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

R = 62.95%
G = 0%
B = 37.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F3008F (or 0xF3008F) is known color: Hollywood Cerise. HEX triplet: F3, 00 and 8F. RGB value is (243,0,143). Sum of RGB (Red+Green+Blue) = 243+0+143=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F3008F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3008F is #0CFF70. Grayscale: #585858. Windows color (decimal): -851825 or 9371891. OLE color: 9371891.

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

Color convert

RGB 243 0 143 -
CMYK 0 1 0.41 0.05
HSL 324.69º 1% 0.48% -
HSV(B) 324.69º 1% 0.95% -
XYZ 41.92 21.04 27.84 -
YUV 88.96 158.51 237.87 -
System Red Green Blue C M Y K H S L
Decimal 243 0 143 0 1 0.41 0.05 324.69 1 0.48
Hex F3 0 8F 0 64 29 5 145 64 30
Octal 363 0 217 0 144 51 5 505 144 60
Binary 11110011 0 10001111 0 1100100 101001 101 101000101 1100100 110000

Color Harmonies of #F3008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3008F

Black with #F3008F

Text Example


Text Example

White with #F3008F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3008F; }

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

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

background-color css

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

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

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

border-color css

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

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

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