Html Css Color HEX #F205ED Magenta

📋 copy color: '#F205ED'

red 242 ◦ green 5 ◦ blue 237

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

Shades of Magenta #F205ED

Tints of Magenta #F205ED

RGB

 RED value IS 242 (94.92% from 255) = 50%

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

 BLUE value IS 237 (92.97% from 255) = 48.97%

R = 50%
G = 1.03%
B = 48.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F205ED (or 0xF205ED) is known color: Magenta. HEX triplet: F2, 05 and ED. RGB value is (242,5,237). Sum of RGB (Red+Green+Blue) = 242+5+237=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 5 (2.34% from 255 or 1.03% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F205ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F205ED is #0DFA12. Grayscale: #656565. Windows color (decimal): -915987 or 15533554. OLE color: 15533554.

HSL color Cylindrical-coordinate representation of color #F205ED: hue angle of 301.27º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F205ED is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 5 237 -
CMYK 0 0.98 0.02 0.05
HSL 301.27º 0.96% 0.48% -
HSV(B) 301.27º 0.98% 0.95% -
XYZ 51.96 25.1 82.23 -
YUV 102.31 204.02 227.64 -
System Red Green Blue C M Y K H S L
Decimal 242 5 237 0 0.98 0.02 0.05 301.27 0.96 0.48
Hex F2 5 ED 0 62 2 5 12D 60 30
Octal 362 5 355 0 142 2 5 455 140 60
Binary 11110010 101 11101101 0 1100010 10 101 100101101 1100000 110000

Color Harmonies of #F205ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F205ED

Black with #F205ED

Text Example


Text Example

White with #F205ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F205ED; }

 p { color: rgb(242,5,237); }

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

background-color css

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

 a { background-color: rgb(242,5,237); }

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

border-color css

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

 span { border-color: rgb(242,5,237); }

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