#FB7CF1

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

Shades of Violet #FB7CF1

Tints of Violet #FB7CF1

Color information

#FB7CF1 (or 0xFB7CF1) is unknown color: approx Violet. HEX triplet: FB, 7C and F1. RGB value is (251,124,241). Sum of RGB (Red+Green+Blue) = 251+124+241=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 124 (48.83% from 255 or 20.13% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7CF1 is #04830E. Grayscale: #AEAEAE. Windows color (decimal): -295695 or 15826171. OLE color: 15826171.

HSL color Cylindrical-coordinate representation of color #FB7CF1: hue angle of 304.72º 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 #FB7CF1 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB251124241-
CMYK00.510.040.02
HSL304.72º94.07%73.53%-
HSV(B)304.72º50.6%98.43%-
XYZ62.8741.2887.87-
YUV175.31165.08181.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.75%
GREEN value IS 124 (48.83% from 255) = 20.13%
BLUE value IS 241 (94.53% from 255) = 39.12%
R=40.75%
G=20.13%
B=39.12%

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
Decimal25112424100.510.040.02304.7294.0773.53
HexFB7CF1033421315e4a
Octal37317436106342461136112
Binary1111101111111001111000101100111001010011000110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7CF1; }

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

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

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

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

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

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

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

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