Html Css Color HEX #F602FD Magenta

📋 copy color: '#F602FD'

red 246 ◦ green 2 ◦ blue 253

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

Shades of Magenta #F602FD

Tints of Magenta #F602FD

RGB

 RED value IS 246 (96.48% from 255) = 49.1%

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

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

R = 49.1%
G = 0.4%
B = 50.5%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F602FD (or 0xF602FD) is known color: Magenta. HEX triplet: F6, 02 and FD. RGB value is (246,2,253). Sum of RGB (Red+Green+Blue) = 246+2+253=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 2 (1.17% from 255 or 0.40% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #F602FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F602FD is #09FD02. Grayscale: #666666. Windows color (decimal): -654595 or 16581366. OLE color: 16581366.

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

Color convert

RGB 246 2 253 -
CMYK 0.03 0.99 0 0.01
HSL 298.33º 0.98% 0.5% -
HSV(B) 298.33º 0.99% 0.99% -
XYZ 55.76 26.73 95.15 -
YUV 103.57 212.34 229.59 -
System Red Green Blue C M Y K H S L
Decimal 246 2 253 0.03 0.99 0 0.01 298.33 0.98 0.5
Hex F6 2 FD 3 63 0 1 12A 62 32
Octal 366 2 375 3 143 0 1 452 142 62
Binary 11110110 10 11111101 11 1100011 0 1 100101010 1100010 110010

Color Harmonies of #F602FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F602FD

Black with #F602FD

Text Example


Text Example

White with #F602FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F602FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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