Html Css Color HEX #F304DF Hot Magenta

📋 copy color: '#F304DF'

red 243 ◦ green 4 ◦ blue 223

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

Shades of Hot Magenta #F304DF

Tints of Hot Magenta #F304DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.45%

R = 51.7%
G = 0.85%
B = 47.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F304DF (or 0xF304DF) is known color: Hot Magenta. HEX triplet: F3, 04 and DF. RGB value is (243,4,223). Sum of RGB (Red+Green+Blue) = 243+4+223=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 4 (1.95% from 255 or 0.85% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F304DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F304DF is #0CFB20. Grayscale: #636363. Windows color (decimal): -850721 or 14615795. OLE color: 14615795.

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

Color convert

RGB 243 4 223 -
CMYK 0 0.98 0.08 0.05
HSL 305.02º 0.97% 0.48% -
HSV(B) 305.02º 0.98% 0.95% -
XYZ 50.32 24.47 71.88 -
YUV 100.43 197.18 229.69 -
System Red Green Blue C M Y K H S L
Decimal 243 4 223 0 0.98 0.08 0.05 305.02 0.97 0.48
Hex F3 4 DF 0 62 8 5 131 61 30
Octal 363 4 337 0 142 10 5 461 141 60
Binary 11110011 100 11011111 0 1100010 1000 101 100110001 1100001 110000

Color Harmonies of #F304DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F304DF

Black with #F304DF

Text Example


Text Example

White with #F304DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F304DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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