Html Css Color HEX #F30495 Hollywood Cerise

📋 copy color: '#F30495'

red 243 ◦ green 4 ◦ blue 149

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

Shades of Hollywood Cerise #F30495

Tints of Hollywood Cerise #F30495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.01%

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

R = 61.36%
G = 1.01%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F30495 (or 0xF30495) is known color: Hollywood Cerise. HEX triplet: F3, 04 and 95. RGB value is (243,4,149). Sum of RGB (Red+Green+Blue) = 243+4+149=396 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.36% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 243 - color contains mainly: red. Hex color #F30495 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30495 is #0CFB6A. Grayscale: #5B5B5B. Windows color (decimal): -850795 or 9766131. OLE color: 9766131.

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

Color convert

RGB 243 4 149 -
CMYK 0 0.98 0.39 0.05
HSL 323.6º 0.97% 0.48% -
HSV(B) 323.6º 0.98% 0.95% -
XYZ 42.43 21.31 30.31 -
YUV 91.99 160.18 235.71 -
System Red Green Blue C M Y K H S L
Decimal 243 4 149 0 0.98 0.39 0.05 323.6 0.97 0.48
Hex F3 4 95 0 62 27 5 144 61 30
Octal 363 4 225 0 142 47 5 504 141 60
Binary 11110011 100 10010101 0 1100010 100111 101 101000100 1100001 110000

Color Harmonies of #F30495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30495

Black with #F30495

Text Example


Text Example

White with #F30495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30495; }

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

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

background-color css

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

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

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

border-color css

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

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

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