Html Css Color HEX #F30490 Hollywood Cerise

📋 copy color: '#F30490'

red 243 ◦ green 4 ◦ blue 144

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

Shades of Hollywood Cerise #F30490

Tints of Hollywood Cerise #F30490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.83%

R = 62.15%
G = 1.02%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F30490 (or 0xF30490) is known color: Hollywood Cerise. HEX triplet: F3, 04 and 90. RGB value is (243,4,144). Sum of RGB (Red+Green+Blue) = 243+4+144=391 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.15% from 391); Green value is 4 (1.95% from 255 or 1.02% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 243 - color contains mainly: red. Hex color #F30490 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30490 is #0CFB6F. Grayscale: #5B5B5B. Windows color (decimal): -850800 or 9438451. OLE color: 9438451.

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

Color convert

RGB 243 4 144 -
CMYK 0 0.98 0.41 0.05
HSL 324.85º 0.97% 0.48% -
HSV(B) 324.85º 0.98% 0.95% -
XYZ 42.04 21.16 28.25 -
YUV 91.42 157.68 236.12 -
System Red Green Blue C M Y K H S L
Decimal 243 4 144 0 0.98 0.41 0.05 324.85 0.97 0.48
Hex F3 4 90 0 62 29 5 145 61 30
Octal 363 4 220 0 142 51 5 505 141 60
Binary 11110011 100 10010000 0 1100010 101001 101 101000101 1100001 110000

Color Harmonies of #F30490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30490

Black with #F30490

Text Example


Text Example

White with #F30490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30490; }

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

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

background-color css

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

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

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

border-color css

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

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

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