Html Css Color HEX #F103FB Magenta

📋 copy color: '#F103FB'

red 241 ◦ green 3 ◦ blue 251

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

Shades of Magenta #F103FB

Tints of Magenta #F103FB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.61%

 BLUE value IS 251 (98.44% from 255) = 50.71%

R = 48.69%
G = 0.61%
B = 50.71%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F103FB (or 0xF103FB) is known color: Magenta. HEX triplet: F1, 03 and FB. RGB value is (241,3,251). Sum of RGB (Red+Green+Blue) = 241+3+251=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 3 (1.56% from 255 or 0.61% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #F103FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F103FB is #0EFC04. Grayscale: #656565. Windows color (decimal): -982021 or 16450545. OLE color: 16450545.

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

Color convert

RGB 241 3 251 -
CMYK 0.04 0.99 0 0.02
HSL 297.58º 0.98% 0.5% -
HSV(B) 297.58º 0.99% 0.98% -
XYZ 53.72 25.73 93.4 -
YUV 102.43 211.85 226.83 -
System Red Green Blue C M Y K H S L
Decimal 241 3 251 0.04 0.99 0 0.02 297.58 0.98 0.5
Hex F1 3 FB 4 63 0 2 12A 62 32
Octal 361 3 373 4 143 0 2 452 142 62
Binary 11110001 11 11111011 100 1100011 0 10 100101010 1100010 110010

Color Harmonies of #F103FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F103FB

Black with #F103FB

Text Example


Text Example

White with #F103FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F103FB; }

 p { color: rgb(241,3,251); }

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

background-color css

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

 a { background-color: rgb(241,3,251); }

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

border-color css

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

 span { border-color: rgb(241,3,251); }

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