Html Css Color HEX #F914F2 Magenta

📋 copy color: '#F914F2'

red 249 ◦ green 20 ◦ blue 242

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

Shades of Magenta #F914F2

Tints of Magenta #F914F2

RGB

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

 GREEN value IS 20 (8.2% from 255) = 3.91%

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

R = 48.73%
G = 3.91%
B = 47.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F914F2 (or 0xF914F2) is known color: Magenta. HEX triplet: F9, 14 and F2. RGB value is (249,20,242). Sum of RGB (Red+Green+Blue) = 249+20+242=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 20 (8.20% from 255 or 3.91% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F914F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F914F2 is #06EB0D. Grayscale: #717171. Windows color (decimal): -453390 or 15865081. OLE color: 15865081.

HSL color Cylindrical-coordinate representation of color #F914F2: hue angle of 301.83º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F914F2 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 20 242 -
CMYK 0 0.92 0.03 0.02
HSL 301.83º 0.95% 0.53% -
HSV(B) 301.83º 0.92% 0.98% -
XYZ 55.34 27.05 86.31 -
YUV 113.78 200.37 224.45 -
System Red Green Blue C M Y K H S L
Decimal 249 20 242 0 0.92 0.03 0.02 301.83 0.95 0.53
Hex F9 14 F2 0 5C 3 2 12E 5F 35
Octal 371 24 362 0 134 3 2 456 137 65
Binary 11111001 10100 11110010 0 1011100 11 10 100101110 1011111 110101

Color Harmonies of #F914F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F914F2

Black with #F914F2

Text Example


Text Example

White with #F914F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F914F2; }

 p { color: rgb(249,20,242); }

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

background-color css

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

 a { background-color: rgb(249,20,242); }

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

border-color css

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

 span { border-color: rgb(249,20,242); }

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