Html Css Color HEX #F814F4 Magenta

📋 copy color: '#F814F4'

red 248 ◦ green 20 ◦ blue 244

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

Shades of Magenta #F814F4

Tints of Magenta #F814F4

RGB

 RED value IS 248 (97.27% from 255) = 48.44%

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

 BLUE value IS 244 (95.7% from 255) = 47.66%

R = 48.44%
G = 3.91%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F814F4 (or 0xF814F4) is known color: Magenta. HEX triplet: F8, 14 and F4. RGB value is (248,20,244). Sum of RGB (Red+Green+Blue) = 248+20+244=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 20 (8.20% from 255 or 3.91% from 512); Blue value is 244 (95.70% from 255 or 47.66% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F814F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F814F4 is #07EB0B. Grayscale: #717171. Windows color (decimal): -518924 or 15996152. OLE color: 15996152.

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

Color convert

RGB 248 20 244 -
CMYK 0 0.92 0.02 0.03
HSL 301.05º 0.94% 0.53% -
HSV(B) 301.05º 0.92% 0.97% -
XYZ 55.29 26.99 87.88 -
YUV 113.71 201.54 223.79 -
System Red Green Blue C M Y K H S L
Decimal 248 20 244 0 0.92 0.02 0.03 301.05 0.94 0.53
Hex F8 14 F4 0 5C 2 3 12D 5E 35
Octal 370 24 364 0 134 2 3 455 136 65
Binary 11111000 10100 11110100 0 1011100 10 11 100101101 1011110 110101

Color Harmonies of #F814F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F814F4

Black with #F814F4

Text Example


Text Example

White with #F814F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F814F4; }

 p { color: rgb(248,20,244); }

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

background-color css

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

 a { background-color: rgb(248,20,244); }

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

border-color css

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

 span { border-color: rgb(248,20,244); }

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