Html Css Color HEX #F30092 Hollywood Cerise

📋 copy color: '#F30092'

red 243 ◦ green 0 ◦ blue 146

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

Shades of Hollywood Cerise #F30092

Tints of Hollywood Cerise #F30092

RGB

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

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

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

R = 62.47%
G = 0%
B = 37.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F30092 (or 0xF30092) is known color: Hollywood Cerise. HEX triplet: F3, 00 and 92. RGB value is (243,0,146). Sum of RGB (Red+Green+Blue) = 243+0+146=389 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.47% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 243 - color contains mainly: red. Hex color #F30092 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30092 is #0CFF6D. Grayscale: #585858. Windows color (decimal): -851822 or 9568499. OLE color: 9568499.

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

Color convert

RGB 243 0 146 -
CMYK 0 1 0.40 0.05
HSL 323.95º 1% 0.48% -
HSV(B) 323.95º 1% 0.95% -
XYZ 42.15 21.13 29.05 -
YUV 89.3 160.01 237.63 -
System Red Green Blue C M Y K H S L
Decimal 243 0 146 0 1 0.40 0.05 323.95 1 0.48
Hex F3 0 92 0 64 28 5 144 64 30
Octal 363 0 222 0 144 50 5 504 144 60
Binary 11110011 0 10010010 0 1100100 101000 101 101000100 1100100 110000

Color Harmonies of #F30092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30092

Black with #F30092

Text Example


Text Example

White with #F30092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30092; }

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

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

background-color css

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

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

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

border-color css

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

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

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