Html Css Color HEX #F30593 Hollywood Cerise

📋 copy color: '#F30593'

red 243 ◦ green 5 ◦ blue 147

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

Shades of Hollywood Cerise #F30593

Tints of Hollywood Cerise #F30593

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.27%

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

R = 61.52%
G = 1.27%
B = 37.22%

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

#F30593 (or 0xF30593) is known color: Hollywood Cerise. HEX triplet: F3, 05 and 93. RGB value is (243,5,147). Sum of RGB (Red+Green+Blue) = 243+5+147=395 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.52% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 243 - color contains mainly: red. Hex color #F30593 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30593 is #0CFA6C. Grayscale: #5C5C5C. Windows color (decimal): -850541 or 9635315. OLE color: 9635315.

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

Color convert

RGB 243 5 147 -
CMYK 0 0.98 0.40 0.05
HSL 324.2º 0.96% 0.49% -
HSV(B) 324.2º 0.98% 0.95% -
XYZ 42.28 21.27 29.48 -
YUV 92.35 158.85 235.45 -
System Red Green Blue C M Y K H S L
Decimal 243 5 147 0 0.98 0.40 0.05 324.2 0.96 0.49
Hex F3 5 93 0 62 28 5 144 60 31
Octal 363 5 223 0 142 50 5 504 140 61
Binary 11110011 101 10010011 0 1100010 101000 101 101000100 1100000 110001

Color Harmonies of #F30593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30593

Black with #F30593

Text Example


Text Example

White with #F30593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30593; }

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

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

background-color css

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

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

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

border-color css

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

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

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