Html Css Color HEX #F30493 Hollywood Cerise

📋 copy color: '#F30493'

red 243 ◦ green 4 ◦ blue 147

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

Shades of Hollywood Cerise #F30493

Tints of Hollywood Cerise #F30493

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.02%

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

R = 61.68%
G = 1.02%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F30493 (or 0xF30493) is known color: Hollywood Cerise. HEX triplet: F3, 04 and 93. RGB value is (243,4,147). Sum of RGB (Red+Green+Blue) = 243+4+147=394 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.68% from 394); Green value is 4 (1.95% from 255 or 1.02% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 243 - color contains mainly: red. Hex color #F30493 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30493 is #0CFB6C. Grayscale: #5B5B5B. Windows color (decimal): -850797 or 9635059. OLE color: 9635059.

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

Color convert

RGB 243 4 147 -
CMYK 0 0.98 0.40 0.05
HSL 324.1º 0.97% 0.48% -
HSV(B) 324.1º 0.98% 0.95% -
XYZ 42.27 21.25 29.48 -
YUV 91.76 159.18 235.87 -
System Red Green Blue C M Y K H S L
Decimal 243 4 147 0 0.98 0.40 0.05 324.1 0.97 0.48
Hex F3 4 93 0 62 28 5 144 61 30
Octal 363 4 223 0 142 50 5 504 141 60
Binary 11110011 100 10010011 0 1100010 101000 101 101000100 1100001 110000

Color Harmonies of #F30493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30493

Black with #F30493

Text Example


Text Example

White with #F30493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30493; }

 p { color: rgb(243,4,147); }

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

background-color css

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

 a { background-color: rgb(243,4,147); }

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

border-color css

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

 span { border-color: rgb(243,4,147); }

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