#FB38B8

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

Shades of Razzle Dazzle Rose #FB38B8

Tints of Razzle Dazzle Rose #FB38B8

Color information

#FB38B8 (or 0xFB38B8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 38 and B8. RGB value is (251,56,184). Sum of RGB (Red+Green+Blue) = 251+56+184=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 56 (22.27% from 255 or 11.41% from 491); Blue value is 184 (72.27% from 255 or 37.47% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB38B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB38B8 is #04C747. Grayscale: #808080. Windows color (decimal): -313160 or 12073211. OLE color: 12073211.

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

Color convert

RGB25156184-
CMYK00.780.270.02
HSL320.62º96.06%60.2%-
HSV(B)320.62º77.69%98.43%-
XYZ49.8526.847.89-
YUV128.9159.1215.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.12%
GREEN value IS 56 (22.27% from 255) = 11.41%
BLUE value IS 184 (72.27% from 255) = 37.47%
R=51.12%
G=11.41%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2515618400.780.270.02320.6296.0660.2
HexFB38B804E1B2141603c
Octal37370270011633250114074
Binary11111011111000101110000100111011011101010000011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB38B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB38B8; }

 p { color: rgb(251,56,184); }

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

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

 a { background-color: rgb(251,56,184); }

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

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

 span { border-color: rgb(251,56,184); }

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