Html Css Color HEX #F201F3 Magenta

📋 copy color: '#F201F3'

red 242 ◦ green 1 ◦ blue 243

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

Shades of Magenta #F201F3

Tints of Magenta #F201F3

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.21%

 BLUE value IS 243 (95.31% from 255) = 50%

R = 49.79%
G = 0.21%
B = 50%

CMYK

 C value IS 0.00

 M value IS 1.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F201F3 (or 0xF201F3) is known color: Magenta. HEX triplet: F2, 01 and F3. RGB value is (242,1,243). Sum of RGB (Red+Green+Blue) = 242+1+243=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 1 (0.78% from 255 or 0.21% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #F201F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F201F3 is #0DFE0C. Grayscale: #636363. Windows color (decimal): -917005 or 15925746. OLE color: 15925746.

HSL color Cylindrical-coordinate representation of color #F201F3: hue angle of 299.75º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F201F3 is Cyan = 0.00, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 1 243 -
CMYK 0.00 1.00 0 0.05
HSL 299.75º 0.99% 0.48% -
HSV(B) 299.75º 1% 0.95% -
XYZ 52.81 25.37 86.91 -
YUV 100.65 208.34 228.82 -
System Red Green Blue C M Y K H S L
Decimal 242 1 243 0.00 1.00 0 0.05 299.75 0.99 0.48
Hex F2 1 F3 0 64 0 5 12C 63 30
Octal 362 1 363 0 144 0 5 454 143 60
Binary 11110010 1 11110011 0 1100100 0 101 100101100 1100011 110000

Color Harmonies of #F201F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F201F3

Black with #F201F3

Text Example


Text Example

White with #F201F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F201F3; }

 p { color: rgb(242,1,243); }

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

background-color css

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

 a { background-color: rgb(242,1,243); }

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

border-color css

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

 span { border-color: rgb(242,1,243); }

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