Html Css Color HEX #F30AFF Magenta

📋 copy color: '#F30AFF'

red 243 ◦ green 10 ◦ blue 255

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

Shades of Magenta #F30AFF

Tints of Magenta #F30AFF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 1.97%

 BLUE value IS 255 (100% from 255) = 50.2%

R = 47.83%
G = 1.97%
B = 50.2%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F30AFF (or 0xF30AFF) is known color: Magenta. HEX triplet: F3, 0A and FF. RGB value is (243,10,255). Sum of RGB (Red+Green+Blue) = 243+10+255=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 10 (4.30% from 255 or 1.97% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #F30AFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30AFF is #0CF500. Grayscale: #6A6A6A. Windows color (decimal): -849153 or 16714483. OLE color: 16714483.

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

Color convert

RGB 243 10 255 -
CMYK 0.05 0.96 0 0
HSL 297.06º 1% 0.52% -
HSV(B) 297.06º 0.96% 1% -
XYZ 55.12 26.49 96.82 -
YUV 107.6 211.19 224.58 -
System Red Green Blue C M Y K H S L
Decimal 243 10 255 0.05 0.96 0 0 297.06 1 0.52
Hex F3 A FF 5 60 0 0 129 64 34
Octal 363 12 377 5 140 0 0 451 144 64
Binary 11110011 1010 11111111 101 1100000 0 0 100101001 1100100 110100

Color Harmonies of #F30AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30AFF

Black with #F30AFF

Text Example


Text Example

White with #F30AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30AFF; }

 p { color: rgb(243,10,255); }

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

background-color css

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

 a { background-color: rgb(243,10,255); }

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

border-color css

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

 span { border-color: rgb(243,10,255); }

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