Html Css Color HEX #F607FD Magenta

📋 copy color: '#F607FD'

red 246 ◦ green 7 ◦ blue 253

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

Shades of Magenta #F607FD

Tints of Magenta #F607FD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.38%

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

R = 48.62%
G = 1.38%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F607FD (or 0xF607FD) is known color: Magenta. HEX triplet: F6, 07 and FD. RGB value is (246,7,253). Sum of RGB (Red+Green+Blue) = 246+7+253=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 7 (3.12% from 255 or 1.38% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #F607FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F607FD is #09F802. Grayscale: #696969. Windows color (decimal): -653315 or 16582646. OLE color: 16582646.

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

Color convert

RGB 246 7 253 -
CMYK 0.03 0.97 0 0.01
HSL 298.29º 0.98% 0.51% -
HSV(B) 298.29º 0.97% 0.99% -
XYZ 55.81 26.84 95.17 -
YUV 106.51 210.68 227.5 -
System Red Green Blue C M Y K H S L
Decimal 246 7 253 0.03 0.97 0 0.01 298.29 0.98 0.51
Hex F6 7 FD 3 61 0 1 12A 62 33
Octal 366 7 375 3 141 0 1 452 142 63
Binary 11110110 111 11111101 11 1100001 0 1 100101010 1100010 110011

Color Harmonies of #F607FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F607FD

Black with #F607FD

Text Example


Text Example

White with #F607FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F607FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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