Html Css Color HEX #F627FE Magenta

📋 copy color: '#F627FE'

red 246 ◦ green 39 ◦ blue 254

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

Shades of Magenta #F627FE

Tints of Magenta #F627FE

RGB

 RED value IS 246 (96.48% from 255) = 45.64%

 GREEN value IS 39 (15.63% from 255) = 7.24%

 BLUE value IS 254 (99.61% from 255) = 47.12%

R = 45.64%
G = 7.24%
B = 47.12%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F627FE (or 0xF627FE) is known color: Magenta. HEX triplet: F6, 27 and FE. RGB value is (246,39,254). Sum of RGB (Red+Green+Blue) = 246+39+254=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 39 (15.62% from 255 or 7.24% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #F627FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F627FE is #09D801. Grayscale: #7C7C7C. Windows color (decimal): -645122 or 16656374. OLE color: 16656374.

HSL color Cylindrical-coordinate representation of color #F627FE: hue angle of 297.77º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F627FE is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 246 39 254 -
CMYK 0.03 0.85 0 0.00
HSL 297.77º 0.99% 0.57% -
HSV(B) 297.77º 0.85% 1% -
XYZ 56.62 28.2 96.22 -
YUV 125.4 200.58 214.02 -
System Red Green Blue C M Y K H S L
Decimal 246 39 254 0.03 0.85 0 0.00 297.77 0.99 0.57
Hex F6 27 FE 3 55 0 0 12A 63 39
Octal 366 47 376 3 125 0 0 452 143 71
Binary 11110110 100111 11111110 11 1010101 0 0 100101010 1100011 111001

Color Harmonies of #F627FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F627FE

Black with #F627FE

Text Example


Text Example

White with #F627FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F627FE; }

 p { color: rgb(246,39,254); }

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

background-color css

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

 a { background-color: rgb(246,39,254); }

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

border-color css

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

 span { border-color: rgb(246,39,254); }

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