Html Css Color HEX #F707DA Hot Magenta

📋 copy color: '#F707DA'

red 247 ◦ green 7 ◦ blue 218

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

Shades of Hot Magenta #F707DA

Tints of Hot Magenta #F707DA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.48%

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

R = 52.33%
G = 1.48%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F707DA (or 0xF707DA) is known color: Hot Magenta. HEX triplet: F7, 07 and DA. RGB value is (247,7,218). Sum of RGB (Red+Green+Blue) = 247+7+218=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 7 (3.12% from 255 or 1.48% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F707DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F707DA is #08F825. Grayscale: #666666. Windows color (decimal): -587814 or 14288887. OLE color: 14288887.

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

Color convert

RGB 247 7 218 -
CMYK 0 0.97 0.12 0.03
HSL 307.25º 0.94% 0.5% -
HSV(B) 307.25º 0.97% 0.97% -
XYZ 51.09 24.99 68.46 -
YUV 102.81 193.01 230.84 -
System Red Green Blue C M Y K H S L
Decimal 247 7 218 0 0.97 0.12 0.03 307.25 0.94 0.5
Hex F7 7 DA 0 61 C 3 133 5E 32
Octal 367 7 332 0 141 14 3 463 136 62
Binary 11110111 111 11011010 0 1100001 1100 11 100110011 1011110 110010

Color Harmonies of #F707DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F707DA

Black with #F707DA

Text Example


Text Example

White with #F707DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F707DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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