Html Css Color HEX #F317F2 Magenta

📋 copy color: '#F317F2'

red 243 ◦ green 23 ◦ blue 242

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

Shades of Magenta #F317F2

Tints of Magenta #F317F2

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.53%

 BLUE value IS 242 (94.92% from 255) = 47.64%

R = 47.83%
G = 4.53%
B = 47.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F317F2 (or 0xF317F2) is known color: Magenta. HEX triplet: F3, 17 and F2. RGB value is (243,23,242). Sum of RGB (Red+Green+Blue) = 243+23+242=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 23 (9.38% from 255 or 4.53% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 243 - color contains mainly: red. Hex color #F317F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F317F2 is #0CE80D. Grayscale: #717171. Windows color (decimal): -845838 or 15865843. OLE color: 15865843.

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

Color convert

RGB 243 23 242 -
CMYK 0 0.91 0.00 0.05
HSL 300.27º 0.9% 0.52% -
HSV(B) 300.27º 0.91% 0.95% -
XYZ 53.3 26.08 86.23 -
YUV 113.75 200.39 220.19 -
System Red Green Blue C M Y K H S L
Decimal 243 23 242 0 0.91 0.00 0.05 300.27 0.9 0.52
Hex F3 17 F2 0 5B 0 5 12C 5A 34
Octal 363 27 362 0 133 0 5 454 132 64
Binary 11110011 10111 11110010 0 1011011 0 101 100101100 1011010 110100

Color Harmonies of #F317F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F317F2

Black with #F317F2

Text Example


Text Example

White with #F317F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F317F2; }

 p { color: rgb(243,23,242); }

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

background-color css

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

 a { background-color: rgb(243,23,242); }

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

border-color css

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

 span { border-color: rgb(243,23,242); }

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