Html Css Color HEX #F30DFB Magenta

📋 copy color: '#F30DFB'

red 243 ◦ green 13 ◦ blue 251

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

Shades of Magenta #F30DFB

Tints of Magenta #F30DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.51%

R = 47.93%
G = 2.56%
B = 49.51%

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

#F30DFB (or 0xF30DFB) is known color: Magenta. HEX triplet: F3, 0D and FB. RGB value is (243,13,251). Sum of RGB (Red+Green+Blue) = 243+13+251=507 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.93% from 507); Green value is 13 (5.47% from 255 or 2.56% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #F30DFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30DFB is #0CF204. Grayscale: #6C6C6C. Windows color (decimal): -848389 or 16453107. OLE color: 16453107.

HSL color Cylindrical-coordinate representation of color #F30DFB: hue angle of 297.98º degrees, saturation: 0.97, 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 #F30DFB is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 243 13 251 -
CMYK 0.03 0.95 0 0.02
HSL 297.98º 0.97% 0.52% -
HSV(B) 297.98º 0.95% 0.98% -
XYZ 54.52 26.31 93.47 -
YUV 108.9 208.2 223.65 -
System Red Green Blue C M Y K H S L
Decimal 243 13 251 0.03 0.95 0 0.02 297.98 0.97 0.52
Hex F3 D FB 3 5F 0 2 12A 61 34
Octal 363 15 373 3 137 0 2 452 141 64
Binary 11110011 1101 11111011 11 1011111 0 10 100101010 1100001 110100

Color Harmonies of #F30DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30DFB

Black with #F30DFB

Text Example


Text Example

White with #F30DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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