Html Css Color HEX #F300D6 Hot Magenta

📋 copy color: '#F300D6'

red 243 ◦ green 0 ◦ blue 214

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

Shades of Hot Magenta #F300D6

Tints of Hot Magenta #F300D6

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 214 (83.98% from 255) = 46.83%

R = 53.17%
G = 0%
B = 46.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F300D6 (or 0xF300D6) is known color: Hot Magenta. HEX triplet: F3, 00 and D6. RGB value is (243,0,214). Sum of RGB (Red+Green+Blue) = 243+0+214=457 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.17% from 457); Green value is 0 (0.39% from 255 or 0% from 457); Blue value is 214 (83.98% from 255 or 46.83% from 457); Max value from RGB is 243 - color contains mainly: red. Hex color #F300D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F300D6 is #0CFF29. Grayscale: #606060. Windows color (decimal): -851754 or 14024947. OLE color: 14024947.

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

Color convert

RGB 243 0 214 -
CMYK 0 1 0.12 0.05
HSL 307.16º 1% 0.48% -
HSV(B) 307.16º 1% 0.95% -
XYZ 49.1 23.91 65.65 -
YUV 97.05 194.01 232.1 -
System Red Green Blue C M Y K H S L
Decimal 243 0 214 0 1 0.12 0.05 307.16 1 0.48
Hex F3 0 D6 0 64 C 5 133 64 30
Octal 363 0 326 0 144 14 5 463 144 60
Binary 11110011 0 11010110 0 1100100 1100 101 100110011 1100100 110000

Color Harmonies of #F300D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F300D6

Black with #F300D6

Text Example


Text Example

White with #F300D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F300D6; }

 p { color: rgb(243,0,214); }

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

background-color css

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

 a { background-color: rgb(243,0,214); }

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

border-color css

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

 span { border-color: rgb(243,0,214); }

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