#FB31F1

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

Shades of Razzle Dazzle Rose #FB31F1

Tints of Razzle Dazzle Rose #FB31F1

Color information

#FB31F1 (or 0xFB31F1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 31 and F1. RGB value is (251,49,241). Sum of RGB (Red+Green+Blue) = 251+49+241=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 49 (19.53% from 255 or 9.06% from 541); Blue value is 241 (94.53% from 255 or 44.55% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FB31F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB31F1 is #04CE0E. Grayscale: #828282. Windows color (decimal): -314895 or 15806971. OLE color: 15806971.

HSL color Cylindrical-coordinate representation of color #FB31F1: hue angle of 302.97º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB31F1 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB25149241-
CMYK00.800.040.02
HSL302.97º96.19%58.82%-
HSV(B)302.97º80.48%98.43%-
XYZ56.7629.0685.84-
YUV131.29189.92213.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.40%
GREEN value IS 49 (19.53% from 255) = 9.06%
BLUE value IS 241 (94.53% from 255) = 44.55%
R=46.40%
G=9.06%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2514924100.800.040.02302.9796.1958.82
HexFB31F10504212f603b
Octal3736136101204245714073
Binary111110111100011111000101010000100101001011111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB31F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB31F1; }

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

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

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

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

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

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

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

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