#FB1FE1

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

Shades of Razzle Dazzle Rose #FB1FE1

Tints of Razzle Dazzle Rose #FB1FE1

Color information

#FB1FE1 (or 0xFB1FE1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 1F and E1. RGB value is (251,31,225). Sum of RGB (Red+Green+Blue) = 251+31+225=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 31 (12.5% from 255 or 6.11% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1FE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1FE1 is #04E01E. Grayscale: #767676. Windows color (decimal): -319519 or 14753787. OLE color: 14753787.

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

Color convert

RGB25131225-
CMYK00.880.100.02
HSL307.09º96.49%55.29%-
HSV(B)307.09º87.65%98.43%-
XYZ53.8626.9373.59-
YUV118.9187.89222.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.51%
GREEN value IS 31 (12.5% from 255) = 6.11%
BLUE value IS 225 (88.28% from 255) = 44.38%
R=49.51%
G=6.11%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2513122500.880.100.02307.0996.4955.29
HexFB1FE1058A21336037
Octal37337341013012246314067
Binary111110111111111100001010110001010101001100111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1FE1; }

 p { color: rgb(251,31,225); }

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

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

 a { background-color: rgb(251,31,225); }

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

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

 span { border-color: rgb(251,31,225); }

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