Html Css Color HEX #F706DA Hot Magenta

📋 copy color: '#F706DA'

red 247 ◦ green 6 ◦ blue 218

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

Shades of Hot Magenta #F706DA

Tints of Hot Magenta #F706DA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.27%

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

R = 52.44%
G = 1.27%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F706DA (or 0xF706DA) is known color: Hot Magenta. HEX triplet: F7, 06 and DA. RGB value is (247,6,218). Sum of RGB (Red+Green+Blue) = 247+6+218=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 6 (2.73% from 255 or 1.27% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F706DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F706DA is #08F925. Grayscale: #656565. Windows color (decimal): -588070 or 14288631. OLE color: 14288631.

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

Color convert

RGB 247 6 218 -
CMYK 0 0.98 0.12 0.03
HSL 307.22º 0.95% 0.5% -
HSV(B) 307.22º 0.98% 0.97% -
XYZ 51.08 24.97 68.46 -
YUV 102.23 193.34 231.26 -
System Red Green Blue C M Y K H S L
Decimal 247 6 218 0 0.98 0.12 0.03 307.22 0.95 0.5
Hex F7 6 DA 0 62 C 3 133 5F 32
Octal 367 6 332 0 142 14 3 463 137 62
Binary 11110111 110 11011010 0 1100010 1100 11 100110011 1011111 110010

Color Harmonies of #F706DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F706DA

Black with #F706DA

Text Example


Text Example

White with #F706DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F706DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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