Html Css Color HEX #F714DA Hot Magenta

📋 copy color: '#F714DA'

red 247 ◦ green 20 ◦ blue 218

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

Shades of Hot Magenta #F714DA

Tints of Hot Magenta #F714DA

RGB

 RED value IS 247 (96.88% from 255) = 50.93%

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

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 50.93%
G = 4.12%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F714DA (or 0xF714DA) is known color: Hot Magenta. HEX triplet: F7, 14 and DA. RGB value is (247,20,218). Sum of RGB (Red+Green+Blue) = 247+20+218=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 20 (8.20% from 255 or 4.12% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F714DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F714DA is #08EB25. Grayscale: #6D6D6D. Windows color (decimal): -584486 or 14292215. OLE color: 14292215.

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

Color convert

RGB 247 20 218 -
CMYK 0 0.92 0.12 0.03
HSL 307.67º 0.93% 0.52% -
HSV(B) 307.67º 0.92% 0.97% -
XYZ 51.26 25.34 68.52 -
YUV 110.45 188.71 225.4 -
System Red Green Blue C M Y K H S L
Decimal 247 20 218 0 0.92 0.12 0.03 307.67 0.93 0.52
Hex F7 14 DA 0 5C C 3 134 5D 34
Octal 367 24 332 0 134 14 3 464 135 64
Binary 11110111 10100 11011010 0 1011100 1100 11 100110100 1011101 110100

Color Harmonies of #F714DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F714DA

Black with #F714DA

Text Example


Text Example

White with #F714DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F714DA; }

 p { color: rgb(247,20,218); }

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

background-color css

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

 a { background-color: rgb(247,20,218); }

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

border-color css

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

 span { border-color: rgb(247,20,218); }

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