Html Css Color HEX #F30DF1 Magenta

📋 copy color: '#F30DF1'

red 243 ◦ green 13 ◦ blue 241

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

Shades of Magenta #F30DF1

Tints of Magenta #F30DF1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.62%

 BLUE value IS 241 (94.53% from 255) = 48.49%

R = 48.89%
G = 2.62%
B = 48.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F30DF1 (or 0xF30DF1) is known color: Magenta. HEX triplet: F3, 0D and F1. RGB value is (243,13,241). Sum of RGB (Red+Green+Blue) = 243+13+241=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 13 (5.47% from 255 or 2.62% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F30DF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30DF1 is #0CF20E. Grayscale: #6B6B6B. Windows color (decimal): -848399 or 15797747. OLE color: 15797747.

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

Color convert

RGB 243 13 241 -
CMYK 0 0.95 0.01 0.05
HSL 300.52º 0.91% 0.5% -
HSV(B) 300.52º 0.95% 0.95% -
XYZ 52.98 25.69 85.39 -
YUV 107.76 203.2 224.46 -
System Red Green Blue C M Y K H S L
Decimal 243 13 241 0 0.95 0.01 0.05 300.52 0.91 0.5
Hex F3 D F1 0 5F 1 5 12D 5B 32
Octal 363 15 361 0 137 1 5 455 133 62
Binary 11110011 1101 11110001 0 1011111 1 101 100101101 1011011 110010

Color Harmonies of #F30DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30DF1

Black with #F30DF1

Text Example


Text Example

White with #F30DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30DF1; }

 p { color: rgb(243,13,241); }

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

background-color css

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

 a { background-color: rgb(243,13,241); }

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

border-color css

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

 span { border-color: rgb(243,13,241); }

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