#fb27e6

Color #FB27E6 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #FB27E6

Tints of Razzle Dazzle Rose #FB27E6

Color information

#FB27E6 (or 0xFB27E6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 27 and E6. RGB value is (251,39,230). Sum of RGB (Red+Green+Blue) = 251+39+230=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 39 (15.62% from 255 or 7.5% from 520); Blue value is 230 (90.23% from 255 or 44.23% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FB27E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB27E6 is #04D819. Grayscale: #7B7B7B. Windows color (decimal): -317466 or 15083515. OLE color: 15083515.

HSL color Cylindrical-coordinate representation of color #FB27E6: hue angle of 305.94º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB27E6 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB25139230-
CMYK00.840.080.02
HSL305.94º96.36%56.86%-
HSV(B)305.94º84.46%98.43%-
XYZ54.7927.6777.32-
YUV124.16187.74218.47-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.27%
GREEN value IS 39 (15.62% from 255) = 7.5%
BLUE value IS 230 (90.23% from 255) = 44.23%
R=48.27%
G=7.5%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2513923000.840.080.02305.9496.3656.86
HexFB27E6054821326039
Octal37347346012410246214071
Binary1111101110011111100110010101001000101001100101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fb27e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fb27e6; }

 p { color: rgb(251,39,230); }

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

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

 a { background-color: rgb(251,39,230); }

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

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

 span { border-color: rgb(251,39,230); }

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