Html Css Color HEX #F700CA Hot Magenta

📋 copy color: '#F700CA'

red 247 ◦ green 0 ◦ blue 202

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

Shades of Hot Magenta #F700CA

Tints of Hot Magenta #F700CA

RGB

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

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

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

R = 55.01%
G = 0%
B = 44.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F700CA (or 0xF700CA) is known color: Hot Magenta. HEX triplet: F7, 00 and CA. RGB value is (247,0,202). Sum of RGB (Red+Green+Blue) = 247+0+202=449 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.01% from 449); Green value is 0 (0.39% from 255 or 0% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 247 - color contains mainly: red. Hex color #F700CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F700CA is #08FF35. Grayscale: #606060. Windows color (decimal): -589622 or 13238519. OLE color: 13238519.

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

Color convert

RGB 247 0 202 -
CMYK 0 1 0.18 0.03
HSL 310.93º 1% 0.48% -
HSV(B) 310.93º 1% 0.97% -
XYZ 49.02 24.04 57.93 -
YUV 96.88 187.33 235.07 -
System Red Green Blue C M Y K H S L
Decimal 247 0 202 0 1 0.18 0.03 310.93 1 0.48
Hex F7 0 CA 0 64 12 3 137 64 30
Octal 367 0 312 0 144 22 3 467 144 60
Binary 11110111 0 11001010 0 1100100 10010 11 100110111 1100100 110000

Color Harmonies of #F700CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F700CA

Black with #F700CA

Text Example


Text Example

White with #F700CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F700CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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