Html Css Color HEX #F627FD Magenta

📋 copy color: '#F627FD'

red 246 ◦ green 39 ◦ blue 253

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

Shades of Magenta #F627FD

Tints of Magenta #F627FD

RGB

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

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

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

R = 45.72%
G = 7.25%
B = 47.03%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F627FD (or 0xF627FD) is known color: Magenta. HEX triplet: F6, 27 and FD. RGB value is (246,39,253). Sum of RGB (Red+Green+Blue) = 246+39+253=538 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.72% from 538); Green value is 39 (15.62% from 255 or 7.25% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #F627FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F627FD is #09D802. Grayscale: #7C7C7C. Windows color (decimal): -645123 or 16590838. OLE color: 16590838.

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

Color convert

RGB 246 39 253 -
CMYK 0.03 0.85 0 0.01
HSL 298.04º 0.98% 0.57% -
HSV(B) 298.04º 0.85% 0.99% -
XYZ 56.46 28.14 95.38 -
YUV 125.29 200.08 214.1 -
System Red Green Blue C M Y K H S L
Decimal 246 39 253 0.03 0.85 0 0.01 298.04 0.98 0.57
Hex F6 27 FD 3 55 0 1 12A 62 39
Octal 366 47 375 3 125 0 1 452 142 71
Binary 11110110 100111 11111101 11 1010101 0 1 100101010 1100010 111001

Color Harmonies of #F627FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F627FD

Black with #F627FD

Text Example


Text Example

White with #F627FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F627FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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