Html Css Color HEX #F30FFD Magenta

📋 copy color: '#F30FFD'

red 243 ◦ green 15 ◦ blue 253

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

Shades of Magenta #F30FFD

Tints of Magenta #F30FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.94%

 BLUE value IS 253 (99.22% from 255) = 49.51%

R = 47.55%
G = 2.94%
B = 49.51%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F30FFD (or 0xF30FFD) is known color: Magenta. HEX triplet: F3, 0F and FD. RGB value is (243,15,253). Sum of RGB (Red+Green+Blue) = 243+15+253=511 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.55% from 511); Green value is 15 (6.25% from 255 or 2.94% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #F30FFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30FFD is #0CF002. Grayscale: #6D6D6D. Windows color (decimal): -847875 or 16584691. OLE color: 16584691.

HSL color Cylindrical-coordinate representation of color #F30FFD: hue angle of 297.48º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30FFD is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 243 15 253 -
CMYK 0.04 0.94 0 0.01
HSL 297.48º 0.98% 0.53% -
HSV(B) 297.48º 0.94% 0.99% -
XYZ 54.86 26.49 95.15 -
YUV 110.3 208.54 222.65 -
System Red Green Blue C M Y K H S L
Decimal 243 15 253 0.04 0.94 0 0.01 297.48 0.98 0.53
Hex F3 F FD 4 5E 0 1 129 62 35
Octal 363 17 375 4 136 0 1 451 142 65
Binary 11110011 1111 11111101 100 1011110 0 1 100101001 1100010 110101

Color Harmonies of #F30FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30FFD

Black with #F30FFD

Text Example


Text Example

White with #F30FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30FFD; }

 p { color: rgb(243,15,253); }

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

background-color css

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

 a { background-color: rgb(243,15,253); }

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

border-color css

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

 span { border-color: rgb(243,15,253); }

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