Html Css Color HEX #F628FC Magenta

📋 copy color: '#F628FC'

red 246 ◦ green 40 ◦ blue 252

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

Shades of Magenta #F628FC

Tints of Magenta #F628FC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.43%

 BLUE value IS 252 (98.83% from 255) = 46.84%

R = 45.72%
G = 7.43%
B = 46.84%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F628FC (or 0xF628FC) is known color: Magenta. HEX triplet: F6, 28 and FC. RGB value is (246,40,252). Sum of RGB (Red+Green+Blue) = 246+40+252=538 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.72% from 538); Green value is 40 (16.02% from 255 or 7.43% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #F628FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F628FC is #09D703. Grayscale: #7D7D7D. Windows color (decimal): -644868 or 16525558. OLE color: 16525558.

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

Color convert

RGB 246 40 252 -
CMYK 0.02 0.84 0 0.01
HSL 298.3º 0.97% 0.57% -
HSV(B) 298.3º 0.84% 0.99% -
XYZ 56.34 28.14 94.56 -
YUV 125.76 199.25 213.76 -
System Red Green Blue C M Y K H S L
Decimal 246 40 252 0.02 0.84 0 0.01 298.3 0.97 0.57
Hex F6 28 FC 2 54 0 1 12A 61 39
Octal 366 50 374 2 124 0 1 452 141 71
Binary 11110110 101000 11111100 10 1010100 0 1 100101010 1100001 111001

Color Harmonies of #F628FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F628FC

Black with #F628FC

Text Example


Text Example

White with #F628FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F628FC; }

 p { color: rgb(246,40,252); }

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

background-color css

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

 a { background-color: rgb(246,40,252); }

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

border-color css

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

 span { border-color: rgb(246,40,252); }

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