Html Css Color HEX #F005FB Magenta

📋 copy color: '#F005FB'

red 240 ◦ green 5 ◦ blue 251

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

Shades of Magenta #F005FB

Tints of Magenta #F005FB

RGB

 RED value IS 240 (94.14% from 255) = 48.39%

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

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

R = 48.39%
G = 1.01%
B = 50.6%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F005FB (or 0xF005FB) is known color: Magenta. HEX triplet: F0, 05 and FB. RGB value is (240,5,251). Sum of RGB (Red+Green+Blue) = 240+5+251=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 5 (2.34% from 255 or 1.01% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #F005FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F005FB is #0FFA04. Grayscale: #666666. Windows color (decimal): -1047045 or 16451056. OLE color: 16451056.

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

Color convert

RGB 240 5 251 -
CMYK 0.04 0.98 0 0.02
HSL 297.32º 0.97% 0.5% -
HSV(B) 297.32º 0.98% 0.98% -
XYZ 53.4 25.6 93.39 -
YUV 103.31 211.36 225.5 -
System Red Green Blue C M Y K H S L
Decimal 240 5 251 0.04 0.98 0 0.02 297.32 0.97 0.5
Hex F0 5 FB 4 62 0 2 129 61 32
Octal 360 5 373 4 142 0 2 451 141 62
Binary 11110000 101 11111011 100 1100010 0 10 100101001 1100001 110010

Color Harmonies of #F005FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F005FB

Black with #F005FB

Text Example


Text Example

White with #F005FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F005FB; }

 p { color: rgb(240,5,251); }

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

background-color css

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

 a { background-color: rgb(240,5,251); }

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

border-color css

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

 span { border-color: rgb(240,5,251); }

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