#FB7CF0

Color #FB7CF0 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FB7CF0

Tints of Pale Magenta #FB7CF0

Color information

#FB7CF0 (or 0xFB7CF0) is unknown color: approx Pale Magenta. HEX triplet: FB, 7C and F0. RGB value is (251,124,240). Sum of RGB (Red+Green+Blue) = 251+124+240=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 124 (48.83% from 255 or 20.16% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7CF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7CF0 is #04830F. Grayscale: #AEAEAE. Windows color (decimal): -295696 or 15760635. OLE color: 15760635.

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

Color convert

RGB251124240-
CMYK00.510.040.02
HSL305.2º94.07%73.53%-
HSV(B)305.2º50.6%98.43%-
XYZ62.7241.2287.09-
YUV175.2164.58182.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.81%
GREEN value IS 124 (48.83% from 255) = 20.16%
BLUE value IS 240 (94.14% from 255) = 39.02%
R=40.81%
G=20.16%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112424000.510.040.02305.294.0773.53
HexFB7CF0033421315e4a
Octal37317436006342461136112
Binary1111101111111001111000001100111001010011000110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7CF0; }

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

 H1.HeaderClassName
 {
   color: #FB7CF0;
 }
 .AnyTagClassName
 {
   color: #FB7CF0;
 }
</style>
background-color css

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

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

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

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

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

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