Html Css Color HEX #F30696 Hollywood Cerise

📋 copy color: '#F30696'

red 243 ◦ green 6 ◦ blue 150

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

Shades of Hollywood Cerise #F30696

Tints of Hollywood Cerise #F30696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.5%

 BLUE value IS 150 (58.98% from 255) = 37.59%

R = 60.9%
G = 1.5%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F30696 (or 0xF30696) is known color: Hollywood Cerise. HEX triplet: F3, 06 and 96. RGB value is (243,6,150). Sum of RGB (Red+Green+Blue) = 243+6+150=399 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.90% from 399); Green value is 6 (2.73% from 255 or 1.50% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 243 - color contains mainly: red. Hex color #F30696 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30696 is #0CF969. Grayscale: #5C5C5C. Windows color (decimal): -850282 or 9832179. OLE color: 9832179.

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

Color convert

RGB 243 6 150 -
CMYK 0 0.98 0.38 0.05
HSL 323.54º 0.95% 0.49% -
HSV(B) 323.54º 0.98% 0.95% -
XYZ 42.53 21.39 30.74 -
YUV 93.28 160.02 234.79 -
System Red Green Blue C M Y K H S L
Decimal 243 6 150 0 0.98 0.38 0.05 323.54 0.95 0.49
Hex F3 6 96 0 62 26 5 144 5F 31
Octal 363 6 226 0 142 46 5 504 137 61
Binary 11110011 110 10010110 0 1100010 100110 101 101000100 1011111 110001

Color Harmonies of #F30696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30696

Black with #F30696

Text Example


Text Example

White with #F30696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30696; }

 p { color: rgb(243,6,150); }

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

background-color css

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

 a { background-color: rgb(243,6,150); }

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

border-color css

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

 span { border-color: rgb(243,6,150); }

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