Html Css Color HEX #F629FD Magenta

📋 copy color: '#F629FD'

red 246 ◦ green 41 ◦ blue 253

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

Shades of Magenta #F629FD

Tints of Magenta #F629FD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.59%

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

R = 45.56%
G = 7.59%
B = 46.85%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F629FD (or 0xF629FD) is known color: Magenta. HEX triplet: F6, 29 and FD. RGB value is (246,41,253). Sum of RGB (Red+Green+Blue) = 246+41+253=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 41 (16.41% from 255 or 7.59% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #F629FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F629FD is #09D602. Grayscale: #7D7D7D. Windows color (decimal): -644611 or 16591350. OLE color: 16591350.

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

Color convert

RGB 246 41 253 -
CMYK 0.03 0.84 0 0.01
HSL 298.02º 0.98% 0.58% -
HSV(B) 298.02º 0.84% 0.99% -
XYZ 56.53 28.27 95.41 -
YUV 126.46 199.42 213.26 -
System Red Green Blue C M Y K H S L
Decimal 246 41 253 0.03 0.84 0 0.01 298.02 0.98 0.58
Hex F6 29 FD 3 54 0 1 12A 62 3A
Octal 366 51 375 3 124 0 1 452 142 72
Binary 11110110 101001 11111101 11 1010100 0 1 100101010 1100010 111010

Color Harmonies of #F629FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F629FD

Black with #F629FD

Text Example


Text Example

White with #F629FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F629FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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