Html Css Color HEX #F627F2 Magenta

📋 copy color: '#F627F2'

red 246 ◦ green 39 ◦ blue 242

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

Shades of Magenta #F627F2

Tints of Magenta #F627F2

RGB

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

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

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

R = 46.68%
G = 7.4%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F627F2 (or 0xF627F2) is known color: Magenta. HEX triplet: F6, 27 and F2. RGB value is (246,39,242). Sum of RGB (Red+Green+Blue) = 246+39+242=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 39 (15.62% from 255 or 7.40% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F627F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F627F2 is #09D80D. Grayscale: #7B7B7B. Windows color (decimal): -645134 or 15869942. OLE color: 15869942.

HSL color Cylindrical-coordinate representation of color #F627F2: hue angle of 301.16º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F627F2 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 39 242 -
CMYK 0 0.84 0.02 0.04
HSL 301.16º 0.92% 0.56% -
HSV(B) 301.16º 0.84% 0.96% -
XYZ 54.76 27.45 86.42 -
YUV 124.04 194.58 214.99 -
System Red Green Blue C M Y K H S L
Decimal 246 39 242 0 0.84 0.02 0.04 301.16 0.92 0.56
Hex F6 27 F2 0 54 2 4 12D 5C 38
Octal 366 47 362 0 124 2 4 455 134 70
Binary 11110110 100111 11110010 0 1010100 10 100 100101101 1011100 111000

Color Harmonies of #F627F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F627F2

Black with #F627F2

Text Example


Text Example

White with #F627F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F627F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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