Html Css Color HEX #F707CA Hot Magenta

📋 copy color: '#F707CA'

red 247 ◦ green 7 ◦ blue 202

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

Shades of Hot Magenta #F707CA

Tints of Hot Magenta #F707CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.3%

R = 54.17%
G = 1.54%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F707CA (or 0xF707CA) is known color: Hot Magenta. HEX triplet: F7, 07 and CA. RGB value is (247,7,202). Sum of RGB (Red+Green+Blue) = 247+7+202=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 7 (3.12% from 255 or 1.54% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F707CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F707CA is #08F835. Grayscale: #646464. Windows color (decimal): -587830 or 13240311. OLE color: 13240311.

HSL color Cylindrical-coordinate representation of color #F707CA: hue angle of 311.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 #F707CA is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 7 202 -
CMYK 0 0.97 0.18 0.03
HSL 311.25º 0.94% 0.5% -
HSV(B) 311.25º 0.97% 0.97% -
XYZ 49.09 24.19 57.96 -
YUV 100.99 185.01 232.14 -
System Red Green Blue C M Y K H S L
Decimal 247 7 202 0 0.97 0.18 0.03 311.25 0.94 0.5
Hex F7 7 CA 0 61 12 3 137 5E 32
Octal 367 7 312 0 141 22 3 467 136 62
Binary 11110111 111 11001010 0 1100001 10010 11 100110111 1011110 110010

Color Harmonies of #F707CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F707CA

Black with #F707CA

Text Example


Text Example

White with #F707CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F707CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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