Html Css Color HEX #F301DA Hot Magenta

📋 copy color: '#F301DA'

red 243 ◦ green 1 ◦ blue 218

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

Shades of Hot Magenta #F301DA

Tints of Hot Magenta #F301DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.19%

R = 52.6%
G = 0.22%
B = 47.19%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F301DA (or 0xF301DA) is known color: Hot Magenta. HEX triplet: F3, 01 and DA. RGB value is (243,1,218). Sum of RGB (Red+Green+Blue) = 243+1+218=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 1 (0.78% from 255 or 0.22% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F301DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F301DA is #0CFE25. Grayscale: #616161. Windows color (decimal): -851494 or 14287347. OLE color: 14287347.

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

Color convert

RGB 243 1 218 -
CMYK 0 1.00 0.10 0.05
HSL 306.2º 0.99% 0.48% -
HSV(B) 306.2º 1% 0.95% -
XYZ 49.63 24.14 68.37 -
YUV 98.1 195.67 231.36 -
System Red Green Blue C M Y K H S L
Decimal 243 1 218 0 1.00 0.10 0.05 306.2 0.99 0.48
Hex F3 1 DA 0 64 A 5 132 63 30
Octal 363 1 332 0 144 12 5 462 143 60
Binary 11110011 1 11011010 0 1100100 1010 101 100110010 1100011 110000

Color Harmonies of #F301DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F301DA

Black with #F301DA

Text Example


Text Example

White with #F301DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F301DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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