Html Css Color HEX #F304DD Hot Magenta

📋 copy color: '#F304DD'

red 243 ◦ green 4 ◦ blue 221

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

Shades of Hot Magenta #F304DD

Tints of Hot Magenta #F304DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 51.92%
G = 0.85%
B = 47.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F304DD (or 0xF304DD) is known color: Hot Magenta. HEX triplet: F3, 04 and DD. RGB value is (243,4,221). Sum of RGB (Red+Green+Blue) = 243+4+221=468 (61% of max value = 765). Red value is 243 (95.31% from 255 or 51.92% from 468); Green value is 4 (1.95% from 255 or 0.85% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 243 - color contains mainly: red. Hex color #F304DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F304DD is #0CFB22. Grayscale: #636363. Windows color (decimal): -850723 or 14484723. OLE color: 14484723.

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

Color convert

RGB 243 4 221 -
CMYK 0 0.98 0.09 0.05
HSL 305.52º 0.97% 0.48% -
HSV(B) 305.52º 0.98% 0.95% -
XYZ 50.06 24.36 70.47 -
YUV 100.2 196.18 229.86 -
System Red Green Blue C M Y K H S L
Decimal 243 4 221 0 0.98 0.09 0.05 305.52 0.97 0.48
Hex F3 4 DD 0 62 9 5 132 61 30
Octal 363 4 335 0 142 11 5 462 141 60
Binary 11110011 100 11011101 0 1100010 1001 101 100110010 1100001 110000

Color Harmonies of #F304DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F304DD

Black with #F304DD

Text Example


Text Example

White with #F304DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F304DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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