Html Css Color HEX #F605FE Magenta

📋 copy color: '#F605FE'

red 246 ◦ green 5 ◦ blue 254

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

Shades of Magenta #F605FE

Tints of Magenta #F605FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.3%

R = 48.71%
G = 0.99%
B = 50.3%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F605FE (or 0xF605FE) is known color: Magenta. HEX triplet: F6, 05 and FE. RGB value is (246,5,254). Sum of RGB (Red+Green+Blue) = 246+5+254=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 5 (2.34% from 255 or 0.99% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #F605FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F605FE is #09FA01. Grayscale: #686868. Windows color (decimal): -653826 or 16647670. OLE color: 16647670.

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

Color convert

RGB 246 5 254 -
CMYK 0.03 0.98 0 0.00
HSL 298.07º 0.99% 0.51% -
HSV(B) 298.07º 0.98% 1% -
XYZ 55.95 26.86 96 -
YUV 105.45 211.84 228.25 -
System Red Green Blue C M Y K H S L
Decimal 246 5 254 0.03 0.98 0 0.00 298.07 0.99 0.51
Hex F6 5 FE 3 62 0 0 12A 63 33
Octal 366 5 376 3 142 0 0 452 143 63
Binary 11110110 101 11111110 11 1100010 0 0 100101010 1100011 110011

Color Harmonies of #F605FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F605FE

Black with #F605FE

Text Example


Text Example

White with #F605FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F605FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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