Html Css Color HEX #F301DF Hot Magenta

📋 copy color: '#F301DF'

red 243 ◦ green 1 ◦ blue 223

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

Shades of Hot Magenta #F301DF

Tints of Hot Magenta #F301DF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.21%

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

R = 52.03%
G = 0.21%
B = 47.75%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F301DF (or 0xF301DF) is known color: Hot Magenta. HEX triplet: F3, 01 and DF. RGB value is (243,1,223). Sum of RGB (Red+Green+Blue) = 243+1+223=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 1 (0.78% from 255 or 0.21% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F301DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F301DF is #0CFE20. Grayscale: #626262. Windows color (decimal): -851489 or 14615027. OLE color: 14615027.

HSL color Cylindrical-coordinate representation of color #F301DF: hue angle of 304.96º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F301DF is Cyan = 0, Magento = 1.00, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 1 223 -
CMYK 0 1.00 0.08 0.05
HSL 304.96º 0.99% 0.48% -
HSV(B) 304.96º 1% 0.95% -
XYZ 50.29 24.4 71.87 -
YUV 98.67 198.17 230.95 -
System Red Green Blue C M Y K H S L
Decimal 243 1 223 0 1.00 0.08 0.05 304.96 0.99 0.48
Hex F3 1 DF 0 64 8 5 131 63 30
Octal 363 1 337 0 144 10 5 461 143 60
Binary 11110011 1 11011111 0 1100100 1000 101 100110001 1100011 110000

Color Harmonies of #F301DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F301DF

Black with #F301DF

Text Example


Text Example

White with #F301DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F301DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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