#F845BB

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

Shades of Razzle Dazzle Rose #F845BB

Tints of Razzle Dazzle Rose #F845BB

Color information

#F845BB (or 0xF845BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 45 and BB. RGB value is (248,69,187). Sum of RGB (Red+Green+Blue) = 248+69+187=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 69 (27.34% from 255 or 13.69% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F845BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F845BB is #07BA44. Grayscale: #878787. Windows color (decimal): -506437 or 12273144. OLE color: 12273144.

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

Color convert

RGB24869187-
CMYK00.720.250.03
HSL320.45º92.75%62.16%-
HSV(B)320.45º72.18%97.25%-
XYZ49.8127.849.75-
YUV135.97156.8207.91-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.21%
GREEN value IS 69 (27.34% from 255) = 13.69%
BLUE value IS 187 (73.44% from 255) = 37.10%
R=49.21%
G=13.69%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486918700.720.250.03320.4592.7562.16
HexF845BB0481931405d3e
Octal370105273011031350013576
Binary111110001000101101110110100100011001111010000001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F845BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F845BB; }

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

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

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

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

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

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

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

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