#FB85F7

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

Shades of Violet #FB85F7

Tints of Violet #FB85F7

Color information

#FB85F7 (or 0xFB85F7) is unknown color: approx Violet. HEX triplet: FB, 85 and F7. RGB value is (251,133,247). Sum of RGB (Red+Green+Blue) = 251+133+247=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 133 (52.34% from 255 or 21.08% from 631); Blue value is 247 (96.88% from 255 or 39.14% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB85F7 is #047A08. Grayscale: #B4B4B4. Windows color (decimal): -293385 or 16221691. OLE color: 16221691.

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

Color convert

RGB251133247-
CMYK00.470.020.02
HSL302.03º93.65%75.29%-
HSV(B)302.03º47.01%98.43%-
XYZ64.964493.06-
YUV181.28165.09177.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.78%
GREEN value IS 133 (52.34% from 255) = 21.08%
BLUE value IS 247 (96.88% from 255) = 39.14%
R=39.78%
G=21.08%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113324700.470.020.02302.0393.6575.29
HexFB85F702F2212e5e4b
Octal37320536705722456136113
Binary1111101110000101111101110101111101010010111010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB85F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB85F7; }

 p { color: rgb(251,133,247); }

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

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

 a { background-color: rgb(251,133,247); }

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

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

 span { border-color: rgb(251,133,247); }

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