Html Css Color HEX #F30395 Hollywood Cerise

📋 copy color: '#F30395'

red 243 ◦ green 3 ◦ blue 149

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

Shades of Hollywood Cerise #F30395

Tints of Hollywood Cerise #F30395

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.76%

 BLUE value IS 149 (58.59% from 255) = 37.72%

R = 61.52%
G = 0.76%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F30395 (or 0xF30395) is known color: Hollywood Cerise. HEX triplet: F3, 03 and 95. RGB value is (243,3,149). Sum of RGB (Red+Green+Blue) = 243+3+149=395 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.52% from 395); Green value is 3 (1.56% from 255 or 0.76% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 243 - color contains mainly: red. Hex color #F30395 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30395 is #0CFC6A. Grayscale: #5B5B5B. Windows color (decimal): -851051 or 9765875. OLE color: 9765875.

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

Color convert

RGB 243 3 149 -
CMYK 0 0.99 0.39 0.05
HSL 323.5º 0.98% 0.48% -
HSV(B) 323.5º 0.99% 0.95% -
XYZ 42.42 21.29 30.31 -
YUV 91.4 160.51 236.13 -
System Red Green Blue C M Y K H S L
Decimal 243 3 149 0 0.99 0.39 0.05 323.5 0.98 0.48
Hex F3 3 95 0 63 27 5 144 62 30
Octal 363 3 225 0 143 47 5 504 142 60
Binary 11110011 11 10010101 0 1100011 100111 101 101000100 1100010 110000

Color Harmonies of #F30395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30395

Black with #F30395

Text Example


Text Example

White with #F30395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30395; }

 p { color: rgb(243,3,149); }

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

background-color css

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

 a { background-color: rgb(243,3,149); }

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

border-color css

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

 span { border-color: rgb(243,3,149); }

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