Html Css Color HEX #F304D9 Hot Magenta

📋 copy color: '#F304D9'

red 243 ◦ green 4 ◦ blue 217

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

Shades of Hot Magenta #F304D9

Tints of Hot Magenta #F304D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.77%

R = 52.37%
G = 0.86%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F304D9 (or 0xF304D9) is known color: Hot Magenta. HEX triplet: F3, 04 and D9. RGB value is (243,4,217). Sum of RGB (Red+Green+Blue) = 243+4+217=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 4 (1.95% from 255 or 0.86% from 464); Blue value is 217 (85.16% from 255 or 46.77% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F304D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F304D9 is #0CFB26. Grayscale: #636363. Windows color (decimal): -850727 or 14222579. OLE color: 14222579.

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

Color convert

RGB 243 4 217 -
CMYK 0 0.98 0.11 0.05
HSL 306.53º 0.97% 0.48% -
HSV(B) 306.53º 0.98% 0.95% -
XYZ 49.53 24.15 67.7 -
YUV 99.74 194.18 230.18 -
System Red Green Blue C M Y K H S L
Decimal 243 4 217 0 0.98 0.11 0.05 306.53 0.97 0.48
Hex F3 4 D9 0 62 B 5 133 61 30
Octal 363 4 331 0 142 13 5 463 141 60
Binary 11110011 100 11011001 0 1100010 1011 101 100110011 1100001 110000

Color Harmonies of #F304D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F304D9

Black with #F304D9

Text Example


Text Example

White with #F304D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F304D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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