Html Css Color HEX #F605FC Magenta

📋 copy color: '#F605FC'

red 246 ◦ green 5 ◦ blue 252

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

Shades of Magenta #F605FC

Tints of Magenta #F605FC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 0.99%

 BLUE value IS 252 (98.83% from 255) = 50.1%

R = 48.91%
G = 0.99%
B = 50.1%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F605FC (or 0xF605FC) is known color: Magenta. HEX triplet: F6, 05 and FC. RGB value is (246,5,252). Sum of RGB (Red+Green+Blue) = 246+5+252=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 5 (2.34% from 255 or 0.99% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #F605FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F605FC is #09FA03. Grayscale: #686868. Windows color (decimal): -653828 or 16516598. OLE color: 16516598.

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

Color convert

RGB 246 5 252 -
CMYK 0.02 0.98 0 0.01
HSL 298.54º 0.98% 0.5% -
HSV(B) 298.54º 0.98% 0.99% -
XYZ 55.63 26.73 94.32 -
YUV 105.22 210.84 228.42 -
System Red Green Blue C M Y K H S L
Decimal 246 5 252 0.02 0.98 0 0.01 298.54 0.98 0.5
Hex F6 5 FC 2 62 0 1 12B 62 32
Octal 366 5 374 2 142 0 1 453 142 62
Binary 11110110 101 11111100 10 1100010 0 1 100101011 1100010 110010

Color Harmonies of #F605FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F605FC

Black with #F605FC

Text Example


Text Example

White with #F605FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F605FC; }

 p { color: rgb(246,5,252); }

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

background-color css

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

 a { background-color: rgb(246,5,252); }

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

border-color css

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

 span { border-color: rgb(246,5,252); }

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