Html Css Color HEX #F61FFD Magenta

📋 copy color: '#F61FFD'

red 246 ◦ green 31 ◦ blue 253

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

Shades of Magenta #F61FFD

Tints of Magenta #F61FFD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 5.85%

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

R = 46.42%
G = 5.85%
B = 47.74%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F61FFD (or 0xF61FFD) is known color: Magenta. HEX triplet: F6, 1F and FD. RGB value is (246,31,253). Sum of RGB (Red+Green+Blue) = 246+31+253=530 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.42% from 530); Green value is 31 (12.5% from 255 or 5.85% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #F61FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61FFD is #09E002. Grayscale: #777777. Windows color (decimal): -647171 or 16588790. OLE color: 16588790.

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

Color convert

RGB 246 31 253 -
CMYK 0.03 0.88 0 0.01
HSL 298.11º 0.98% 0.56% -
HSV(B) 298.11º 0.88% 0.99% -
XYZ 56.23 27.66 95.3 -
YUV 120.59 202.73 217.45 -
System Red Green Blue C M Y K H S L
Decimal 246 31 253 0.03 0.88 0 0.01 298.11 0.98 0.56
Hex F6 1F FD 3 58 0 1 12A 62 38
Octal 366 37 375 3 130 0 1 452 142 70
Binary 11110110 11111 11111101 11 1011000 0 1 100101010 1100010 111000

Color Harmonies of #F61FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61FFD

Black with #F61FFD

Text Example


Text Example

White with #F61FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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