Html Css Color HEX #F91CFD Magenta

📋 copy color: '#F91CFD'

red 249 ◦ green 28 ◦ blue 253

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

Shades of Magenta #F91CFD

Tints of Magenta #F91CFD

RGB

 RED value IS 249 (97.66% from 255) = 46.98%

 GREEN value IS 28 (11.33% from 255) = 5.28%

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

R = 46.98%
G = 5.28%
B = 47.74%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F91CFD (or 0xF91CFD) is known color: Magenta. HEX triplet: F9, 1C and FD. RGB value is (249,28,253). Sum of RGB (Red+Green+Blue) = 249+28+253=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 28 (11.33% from 255 or 5.28% 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 #F91CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91CFD is #06E302. Grayscale: #777777. Windows color (decimal): -451331 or 16588025. OLE color: 16588025.

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

Color convert

RGB 249 28 253 -
CMYK 0.02 0.89 0 0.01
HSL 298.93º 0.98% 0.55% -
HSV(B) 298.93º 0.89% 0.99% -
XYZ 57.21 28.06 95.33 -
YUV 119.73 203.22 220.2 -
System Red Green Blue C M Y K H S L
Decimal 249 28 253 0.02 0.89 0 0.01 298.93 0.98 0.55
Hex F9 1C FD 2 59 0 1 12B 62 37
Octal 371 34 375 2 131 0 1 453 142 67
Binary 11111001 11100 11111101 10 1011001 0 1 100101011 1100010 110111

Color Harmonies of #F91CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91CFD

Black with #F91CFD

Text Example


Text Example

White with #F91CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91CFD; }

 p { color: rgb(249,28,253); }

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

background-color css

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

 a { background-color: rgb(249,28,253); }

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

border-color css

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

 span { border-color: rgb(249,28,253); }

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