Html Css Color HEX #F100F2 Magenta

📋 copy color: '#F100F2'

red 241 ◦ green 0 ◦ blue 242

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

Shades of Magenta #F100F2

Tints of Magenta #F100F2

RGB

 RED value IS 241 (94.53% from 255) = 49.9%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 242 (94.92% from 255) = 50.1%

R = 49.9%
G = 0%
B = 50.1%

CMYK

 C value IS 0.00

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F100F2 (or 0xF100F2) is known color: Magenta. HEX triplet: F1, 00 and F2. RGB value is (241,0,242). Sum of RGB (Red+Green+Blue) = 241+0+242=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 0 (0.39% from 255 or 0% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #F100F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F100F2 is #0EFF0D. Grayscale: #626262. Windows color (decimal): -982798 or 15859953. OLE color: 15859953.

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

Color convert

RGB 241 0 242 -
CMYK 0.00 1 0 0.05
HSL 299.75º 1% 0.47% -
HSV(B) 299.75º 1% 0.95% -
XYZ 52.3 25.11 86.09 -
YUV 99.65 208.34 228.82 -
System Red Green Blue C M Y K H S L
Decimal 241 0 242 0.00 1 0 0.05 299.75 1 0.47
Hex F1 0 F2 0 64 0 5 12C 64 2F
Octal 361 0 362 0 144 0 5 454 144 57
Binary 11110001 0 11110010 0 1100100 0 101 100101100 1100100 101111

Color Harmonies of #F100F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F100F2

Black with #F100F2

Text Example


Text Example

White with #F100F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F100F2; }

 p { color: rgb(241,0,242); }

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

background-color css

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

 a { background-color: rgb(241,0,242); }

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

border-color css

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

 span { border-color: rgb(241,0,242); }

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