#FB26E7

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

Shades of Razzle Dazzle Rose #FB26E7

Tints of Razzle Dazzle Rose #FB26E7

Color information

#FB26E7 (or 0xFB26E7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 26 and E7. RGB value is (251,38,231). Sum of RGB (Red+Green+Blue) = 251+38+231=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 38 (15.23% from 255 or 7.31% from 520); Blue value is 231 (90.62% from 255 or 44.42% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FB26E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB26E7 is #04D918. Grayscale: #7B7B7B. Windows color (decimal): -317721 or 15148795. OLE color: 15148795.

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

Color convert

RGB25138231-
CMYK00.850.080.02
HSL305.63º96.38%56.67%-
HSV(B)305.63º84.86%98.43%-
XYZ54.927.6678.05-
YUV123.69188.57218.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.27%
GREEN value IS 38 (15.23% from 255) = 7.31%
BLUE value IS 231 (90.62% from 255) = 44.42%
R=48.27%
G=7.31%
B=44.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2513823100.850.080.02305.6396.3856.67
HexFB26E7055821326039
Octal37346347012510246214071
Binary1111101110011011100111010101011000101001100101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB26E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB26E7; }

 p { color: rgb(251,38,231); }

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

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

 a { background-color: rgb(251,38,231); }

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

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

 span { border-color: rgb(251,38,231); }

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