Html Css Color HEX #F315FB Magenta

📋 copy color: '#F315FB'

red 243 ◦ green 21 ◦ blue 251

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

Shades of Magenta #F315FB

Tints of Magenta #F315FB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.08%

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

R = 47.18%
G = 4.08%
B = 48.74%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F315FB (or 0xF315FB) is known color: Magenta. HEX triplet: F3, 15 and FB. RGB value is (243,21,251). Sum of RGB (Red+Green+Blue) = 243+21+251=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 21 (8.59% from 255 or 4.08% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #F315FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F315FB is #0CEA04. Grayscale: #707070. Windows color (decimal): -846341 or 16455155. OLE color: 16455155.

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

Color convert

RGB 243 21 251 -
CMYK 0.03 0.92 0 0.02
HSL 297.91º 0.97% 0.53% -
HSV(B) 297.91º 0.92% 0.98% -
XYZ 54.64 26.56 93.51 -
YUV 113.6 205.55 220.3 -
System Red Green Blue C M Y K H S L
Decimal 243 21 251 0.03 0.92 0 0.02 297.91 0.97 0.53
Hex F3 15 FB 3 5C 0 2 12A 61 35
Octal 363 25 373 3 134 0 2 452 141 65
Binary 11110011 10101 11111011 11 1011100 0 10 100101010 1100001 110101

Color Harmonies of #F315FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F315FB

Black with #F315FB

Text Example


Text Example

White with #F315FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F315FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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