Html Css Color HEX #F70DCF Hot Magenta

📋 copy color: '#F70DCF'

red 247 ◦ green 13 ◦ blue 207

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

Shades of Hot Magenta #F70DCF

Tints of Hot Magenta #F70DCF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.78%

 BLUE value IS 207 (81.25% from 255) = 44.33%

R = 52.89%
G = 2.78%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F70DCF (or 0xF70DCF) is known color: Hot Magenta. HEX triplet: F7, 0D and CF. RGB value is (247,13,207). Sum of RGB (Red+Green+Blue) = 247+13+207=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 13 (5.47% from 255 or 2.78% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F70DCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70DCF is #08F230. Grayscale: #686868. Windows color (decimal): -586289 or 13569527. OLE color: 13569527.

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

Color convert

RGB 247 13 207 -
CMYK 0 0.95 0.16 0.03
HSL 310.26º 0.94% 0.51% -
HSV(B) 310.26º 0.95% 0.97% -
XYZ 49.76 24.57 61.15 -
YUV 105.08 185.52 229.23 -
System Red Green Blue C M Y K H S L
Decimal 247 13 207 0 0.95 0.16 0.03 310.26 0.94 0.51
Hex F7 D CF 0 5F 10 3 136 5E 33
Octal 367 15 317 0 137 20 3 466 136 63
Binary 11110111 1101 11001111 0 1011111 10000 11 100110110 1011110 110011

Color Harmonies of #F70DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70DCF

Black with #F70DCF

Text Example


Text Example

White with #F70DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70DCF; }

 p { color: rgb(247,13,207); }

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

background-color css

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

 a { background-color: rgb(247,13,207); }

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

border-color css

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

 span { border-color: rgb(247,13,207); }

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