Html Css Color HEX #F700DA Hot Magenta

📋 copy color: '#F700DA'

red 247 ◦ green 0 ◦ blue 218

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

Shades of Hot Magenta #F700DA

Tints of Hot Magenta #F700DA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.12%
G = 0%
B = 46.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F700DA (or 0xF700DA) is known color: Hot Magenta. HEX triplet: F7, 00 and DA. RGB value is (247,0,218). Sum of RGB (Red+Green+Blue) = 247+0+218=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 0 (0.39% from 255 or 0% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F700DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F700DA is #08FF25. Grayscale: #626262. Windows color (decimal): -589606 or 14287095. OLE color: 14287095.

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

Color convert

RGB 247 0 218 -
CMYK 0 1 0.12 0.03
HSL 307.04º 1% 0.48% -
HSV(B) 307.04º 1% 0.97% -
XYZ 51.01 24.84 68.43 -
YUV 98.71 195.33 233.77 -
System Red Green Blue C M Y K H S L
Decimal 247 0 218 0 1 0.12 0.03 307.04 1 0.48
Hex F7 0 DA 0 64 C 3 133 64 30
Octal 367 0 332 0 144 14 3 463 144 60
Binary 11110111 0 11011010 0 1100100 1100 11 100110011 1100100 110000

Color Harmonies of #F700DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F700DA

Black with #F700DA

Text Example


Text Example

White with #F700DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F700DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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