Html Css Color HEX #F30592 Hollywood Cerise

📋 copy color: '#F30592'

red 243 ◦ green 5 ◦ blue 146

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

Shades of Hollywood Cerise #F30592

Tints of Hollywood Cerise #F30592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.06%

R = 61.68%
G = 1.27%
B = 37.06%

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

#F30592 (or 0xF30592) is known color: Hollywood Cerise. HEX triplet: F3, 05 and 92. RGB value is (243,5,146). Sum of RGB (Red+Green+Blue) = 243+5+146=394 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.68% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 243 - color contains mainly: red. Hex color #F30592 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30592 is #0CFA6D. Grayscale: #5B5B5B. Windows color (decimal): -850542 or 9569779. OLE color: 9569779.

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

Color convert

RGB 243 5 146 -
CMYK 0 0.98 0.40 0.05
HSL 324.45º 0.96% 0.49% -
HSV(B) 324.45º 0.98% 0.95% -
XYZ 42.2 21.24 29.07 -
YUV 92.24 158.35 235.54 -
System Red Green Blue C M Y K H S L
Decimal 243 5 146 0 0.98 0.40 0.05 324.45 0.96 0.49
Hex F3 5 92 0 62 28 5 144 60 31
Octal 363 5 222 0 142 50 5 504 140 61
Binary 11110011 101 10010010 0 1100010 101000 101 101000100 1100000 110001

Color Harmonies of #F30592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30592

Black with #F30592

Text Example


Text Example

White with #F30592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30592; }

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

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

background-color css

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

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

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

border-color css

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

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

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