Html Css Color HEX #F30DFA Magenta

📋 copy color: '#F30DFA'

red 243 ◦ green 13 ◦ blue 250

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

Shades of Magenta #F30DFA

Tints of Magenta #F30DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.41%

R = 48.02%
G = 2.57%
B = 49.41%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F30DFA (or 0xF30DFA) is known color: Magenta. HEX triplet: F3, 0D and FA. RGB value is (243,13,250). Sum of RGB (Red+Green+Blue) = 243+13+250=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 13 (5.47% from 255 or 2.57% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #F30DFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30DFA is #0CF205. Grayscale: #6C6C6C. Windows color (decimal): -848390 or 16387571. OLE color: 16387571.

HSL color Cylindrical-coordinate representation of color #F30DFA: hue angle of 298.23º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30DFA is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 243 13 250 -
CMYK 0.03 0.95 0 0.02
HSL 298.23º 0.96% 0.52% -
HSV(B) 298.23º 0.95% 0.98% -
XYZ 54.36 26.24 92.64 -
YUV 108.79 207.7 223.73 -
System Red Green Blue C M Y K H S L
Decimal 243 13 250 0.03 0.95 0 0.02 298.23 0.96 0.52
Hex F3 D FA 3 5F 0 2 12A 60 34
Octal 363 15 372 3 137 0 2 452 140 64
Binary 11110011 1101 11111010 11 1011111 0 10 100101010 1100000 110100

Color Harmonies of #F30DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30DFA

Black with #F30DFA

Text Example


Text Example

White with #F30DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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