Html Css Color HEX #F70CDD Hot Magenta

📋 copy color: '#F70CDD'

red 247 ◦ green 12 ◦ blue 221

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

Shades of Hot Magenta #F70CDD

Tints of Hot Magenta #F70CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.5%

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 51.46%
G = 2.5%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F70CDD (or 0xF70CDD) is known color: Hot Magenta. HEX triplet: F7, 0C and DD. RGB value is (247,12,221). Sum of RGB (Red+Green+Blue) = 247+12+221=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 12 (5.08% from 255 or 2.5% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F70CDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70CDD is #08F322. Grayscale: #696969. Windows color (decimal): -586531 or 14486775. OLE color: 14486775.

HSL color Cylindrical-coordinate representation of color #F70CDD: hue angle of 306.64º 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 #F70CDD is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 12 221 -
CMYK 0 0.95 0.11 0.03
HSL 306.64º 0.94% 0.51% -
HSV(B) 306.64º 0.95% 0.97% -
XYZ 51.54 25.26 70.57 -
YUV 106.09 192.86 228.51 -
System Red Green Blue C M Y K H S L
Decimal 247 12 221 0 0.95 0.11 0.03 306.64 0.94 0.51
Hex F7 C DD 0 5F B 3 133 5E 33
Octal 367 14 335 0 137 13 3 463 136 63
Binary 11110111 1100 11011101 0 1011111 1011 11 100110011 1011110 110011

Color Harmonies of #F70CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70CDD

Black with #F70CDD

Text Example


Text Example

White with #F70CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70CDD; }

 p { color: rgb(247,12,221); }

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

background-color css

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

 a { background-color: rgb(247,12,221); }

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

border-color css

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

 span { border-color: rgb(247,12,221); }

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