Html Css Color HEX #F62FFD Magenta

📋 copy color: '#F62FFD'

red 246 ◦ green 47 ◦ blue 253

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

Shades of Magenta #F62FFD

Tints of Magenta #F62FFD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 8.61%

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

R = 45.05%
G = 8.61%
B = 46.34%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F62FFD (or 0xF62FFD) is known color: Magenta. HEX triplet: F6, 2F and FD. RGB value is (246,47,253). Sum of RGB (Red+Green+Blue) = 246+47+253=546 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.05% from 546); Green value is 47 (18.75% from 255 or 8.61% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #F62FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F62FFD is #09D002. Grayscale: #818181. Windows color (decimal): -643075 or 16592886. OLE color: 16592886.

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

Color convert

RGB 246 47 253 -
CMYK 0.03 0.81 0 0.01
HSL 297.96º 0.98% 0.59% -
HSV(B) 297.96º 0.81% 0.99% -
XYZ 56.75 28.72 95.48 -
YUV 129.99 197.43 210.75 -
System Red Green Blue C M Y K H S L
Decimal 246 47 253 0.03 0.81 0 0.01 297.96 0.98 0.59
Hex F6 2F FD 3 51 0 1 12A 62 3B
Octal 366 57 375 3 121 0 1 452 142 73
Binary 11110110 101111 11111101 11 1010001 0 1 100101010 1100010 111011

Color Harmonies of #F62FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62FFD

Black with #F62FFD

Text Example


Text Example

White with #F62FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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