Html Css Color HEX #F300D3 Hot Magenta

📋 copy color: '#F300D3'

red 243 ◦ green 0 ◦ blue 211

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

Shades of Hot Magenta #F300D3

Tints of Hot Magenta #F300D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 46.48%

R = 53.52%
G = 0%
B = 46.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F300D3 (or 0xF300D3) is known color: Hot Magenta. HEX triplet: F3, 00 and D3. RGB value is (243,0,211). Sum of RGB (Red+Green+Blue) = 243+0+211=454 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.52% from 454); Green value is 0 (0.39% from 255 or 0% from 454); Blue value is 211 (82.81% from 255 or 46.48% from 454); Max value from RGB is 243 - color contains mainly: red. Hex color #F300D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F300D3 is #0CFF2C. Grayscale: #606060. Windows color (decimal): -851757 or 13828339. OLE color: 13828339.

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

Color convert

RGB 243 0 211 -
CMYK 0 1 0.13 0.05
HSL 307.9º 1% 0.48% -
HSV(B) 307.9º 1% 0.95% -
XYZ 48.72 23.76 63.65 -
YUV 96.71 192.51 232.34 -
System Red Green Blue C M Y K H S L
Decimal 243 0 211 0 1 0.13 0.05 307.9 1 0.48
Hex F3 0 D3 0 64 D 5 134 64 30
Octal 363 0 323 0 144 15 5 464 144 60
Binary 11110011 0 11010011 0 1100100 1101 101 100110100 1100100 110000

Color Harmonies of #F300D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F300D3

Black with #F300D3

Text Example


Text Example

White with #F300D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F300D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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