Html Css Color HEX #F702FD Magenta

📋 copy color: '#F702FD'

red 247 ◦ green 2 ◦ blue 253

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

Shades of Magenta #F702FD

Tints of Magenta #F702FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.4%

R = 49.2%
G = 0.4%
B = 50.4%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F702FD (or 0xF702FD) is known color: Magenta. HEX triplet: F7, 02 and FD. RGB value is (247,2,253). Sum of RGB (Red+Green+Blue) = 247+2+253=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 2 (1.17% from 255 or 0.40% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #F702FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F702FD is #08FD02. Grayscale: #676767. Windows color (decimal): -589059 or 16581367. OLE color: 16581367.

HSL color Cylindrical-coordinate representation of color #F702FD: hue angle of 298.57º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F702FD is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 247 2 253 -
CMYK 0.02 0.99 0 0.01
HSL 298.57º 0.98% 0.5% -
HSV(B) 298.57º 0.99% 0.99% -
XYZ 56.11 26.91 95.17 -
YUV 103.87 212.17 230.09 -
System Red Green Blue C M Y K H S L
Decimal 247 2 253 0.02 0.99 0 0.01 298.57 0.98 0.5
Hex F7 2 FD 2 63 0 1 12B 62 32
Octal 367 2 375 2 143 0 1 453 142 62
Binary 11110111 10 11111101 10 1100011 0 1 100101011 1100010 110010

Color Harmonies of #F702FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F702FD

Black with #F702FD

Text Example


Text Example

White with #F702FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F702FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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