Html Css Color HEX #F700CF Hot Magenta

📋 copy color: '#F700CF'

red 247 ◦ green 0 ◦ blue 207

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

Shades of Hot Magenta #F700CF

Tints of Hot Magenta #F700CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.59%

R = 54.41%
G = 0%
B = 45.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F700CF (or 0xF700CF) is known color: Hot Magenta. HEX triplet: F7, 00 and CF. RGB value is (247,0,207). Sum of RGB (Red+Green+Blue) = 247+0+207=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 0 (0.39% from 255 or 0% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F700CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F700CF is #08FF30. Grayscale: #606060. Windows color (decimal): -589617 or 13566199. OLE color: 13566199.

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

Color convert

RGB 247 0 207 -
CMYK 0 1 0.16 0.03
HSL 309.72º 1% 0.48% -
HSV(B) 309.72º 1% 0.97% -
XYZ 49.62 24.28 61.1 -
YUV 97.45 189.83 234.67 -
System Red Green Blue C M Y K H S L
Decimal 247 0 207 0 1 0.16 0.03 309.72 1 0.48
Hex F7 0 CF 0 64 10 3 136 64 30
Octal 367 0 317 0 144 20 3 466 144 60
Binary 11110111 0 11001111 0 1100100 10000 11 100110110 1100100 110000

Color Harmonies of #F700CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F700CF

Black with #F700CF

Text Example


Text Example

White with #F700CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F700CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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