Html Css Color HEX #F627FA Magenta

📋 copy color: '#F627FA'

red 246 ◦ green 39 ◦ blue 250

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

Shades of Magenta #F627FA

Tints of Magenta #F627FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.73%

R = 45.98%
G = 7.29%
B = 46.73%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F627FA (or 0xF627FA) is known color: Magenta. HEX triplet: F6, 27 and FA. RGB value is (246,39,250). Sum of RGB (Red+Green+Blue) = 246+39+250=535 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.98% from 535); Green value is 39 (15.62% from 255 or 7.29% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #F627FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F627FA is #09D805. Grayscale: #7C7C7C. Windows color (decimal): -645126 or 16394230. OLE color: 16394230.

HSL color Cylindrical-coordinate representation of color #F627FA: hue angle of 298.86º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F627FA is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 246 39 250 -
CMYK 0.02 0.84 0 0.02
HSL 298.86º 0.95% 0.57% -
HSV(B) 298.86º 0.84% 0.98% -
XYZ 55.99 27.95 92.89 -
YUV 124.95 198.58 214.34 -
System Red Green Blue C M Y K H S L
Decimal 246 39 250 0.02 0.84 0 0.02 298.86 0.95 0.57
Hex F6 27 FA 2 54 0 2 12B 5F 39
Octal 366 47 372 2 124 0 2 453 137 71
Binary 11110110 100111 11111010 10 1010100 0 10 100101011 1011111 111001

Color Harmonies of #F627FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F627FA

Black with #F627FA

Text Example


Text Example

White with #F627FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F627FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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