Html Css Color HEX #F60CFD Magenta

📋 copy color: '#F60CFD'

red 246 ◦ green 12 ◦ blue 253

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

Shades of Magenta #F60CFD

Tints of Magenta #F60CFD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.35%

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

R = 48.14%
G = 2.35%
B = 49.51%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F60CFD (or 0xF60CFD) is known color: Magenta. HEX triplet: F6, 0C and FD. RGB value is (246,12,253). Sum of RGB (Red+Green+Blue) = 246+12+253=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 12 (5.08% from 255 or 2.35% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #F60CFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60CFD is #09F302. Grayscale: #6C6C6C. Windows color (decimal): -652035 or 16583926. OLE color: 16583926.

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

Color convert

RGB 246 12 253 -
CMYK 0.03 0.95 0 0.01
HSL 298.26º 0.98% 0.52% -
HSV(B) 298.26º 0.95% 0.99% -
XYZ 55.87 26.95 95.19 -
YUV 109.44 209.02 225.4 -
System Red Green Blue C M Y K H S L
Decimal 246 12 253 0.03 0.95 0 0.01 298.26 0.98 0.52
Hex F6 C FD 3 5F 0 1 12A 62 34
Octal 366 14 375 3 137 0 1 452 142 64
Binary 11110110 1100 11111101 11 1011111 0 1 100101010 1100010 110100

Color Harmonies of #F60CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60CFD

Black with #F60CFD

Text Example


Text Example

White with #F60CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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