Html Css Color HEX #F007FB Magenta

📋 copy color: '#F007FB'

red 240 ◦ green 7 ◦ blue 251

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

Shades of Magenta #F007FB

Tints of Magenta #F007FB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.41%

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

R = 48.19%
G = 1.41%
B = 50.4%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F007FB (or 0xF007FB) is known color: Magenta. HEX triplet: F0, 07 and FB. RGB value is (240,7,251). Sum of RGB (Red+Green+Blue) = 240+7+251=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 7 (3.12% from 255 or 1.41% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #F007FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F007FB is #0FF804. Grayscale: #676767. Windows color (decimal): -1046533 or 16451568. OLE color: 16451568.

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

Color convert

RGB 240 7 251 -
CMYK 0.04 0.97 0 0.02
HSL 297.3º 0.97% 0.51% -
HSV(B) 297.3º 0.97% 0.98% -
XYZ 53.42 25.64 93.4 -
YUV 104.48 210.69 224.66 -
System Red Green Blue C M Y K H S L
Decimal 240 7 251 0.04 0.97 0 0.02 297.3 0.97 0.51
Hex F0 7 FB 4 61 0 2 129 61 33
Octal 360 7 373 4 141 0 2 451 141 63
Binary 11110000 111 11111011 100 1100001 0 10 100101001 1100001 110011

Color Harmonies of #F007FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F007FB

Black with #F007FB

Text Example


Text Example

White with #F007FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F007FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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