#F832BB

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

Shades of Razzle Dazzle Rose #F832BB

Tints of Razzle Dazzle Rose #F832BB

Color information

#F832BB (or 0xF832BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 32 and BB. RGB value is (248,50,187). Sum of RGB (Red+Green+Blue) = 248+50+187=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 50 (19.92% from 255 or 10.31% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F832BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F832BB is #07CD44. Grayscale: #7C7C7C. Windows color (decimal): -511301 or 12268280. OLE color: 12268280.

HSL color Cylindrical-coordinate representation of color #F832BB: hue angle of 318.48º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F832BB is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB24850187-
CMYK00.800.250.03
HSL318.48º93.4%58.43%-
HSV(B)318.48º79.84%97.25%-
XYZ48.8225.8349.43-
YUV124.82163.1215.86-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.13%
GREEN value IS 50 (19.92% from 255) = 10.31%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=51.13%
G=10.31%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2485018700.800.250.03318.4893.458.43
HexF832BB05019313e5d3a
Octal37062273012031347613572
Binary11111000110010101110110101000011001111001111101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F832BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F832BB; }

 p { color: rgb(248,50,187); }

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

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

 a { background-color: rgb(248,50,187); }

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

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

 span { border-color: rgb(248,50,187); }

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