Html Css Color HEX #F702C9 Hot Magenta

📋 copy color: '#F702C9'

red 247 ◦ green 2 ◦ blue 201

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

Shades of Hot Magenta #F702C9

Tints of Hot Magenta #F702C9

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.44%

 BLUE value IS 201 (78.91% from 255) = 44.67%

R = 54.89%
G = 0.44%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F702C9 (or 0xF702C9) is known color: Hot Magenta. HEX triplet: F7, 02 and C9. RGB value is (247,2,201). Sum of RGB (Red+Green+Blue) = 247+2+201=450 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.89% from 450); Green value is 2 (1.17% from 255 or 0.44% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 247 - color contains mainly: red. Hex color #F702C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F702C9 is #08FD36. Grayscale: #616161. Windows color (decimal): -589111 or 13173495. OLE color: 13173495.

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

Color convert

RGB 247 2 201 -
CMYK 0 0.99 0.19 0.03
HSL 311.27º 0.98% 0.49% -
HSV(B) 311.27º 0.99% 0.97% -
XYZ 48.92 24.03 57.32 -
YUV 97.94 186.17 234.32 -
System Red Green Blue C M Y K H S L
Decimal 247 2 201 0 0.99 0.19 0.03 311.27 0.98 0.49
Hex F7 2 C9 0 63 13 3 137 62 31
Octal 367 2 311 0 143 23 3 467 142 61
Binary 11110111 10 11001001 0 1100011 10011 11 100110111 1100010 110001

Color Harmonies of #F702C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F702C9

Black with #F702C9

Text Example


Text Example

White with #F702C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F702C9; }

 p { color: rgb(247,2,201); }

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

background-color css

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

 a { background-color: rgb(247,2,201); }

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

border-color css

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

 span { border-color: rgb(247,2,201); }

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