#F548BB

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

Shades of Razzle Dazzle Rose #F548BB

Tints of Razzle Dazzle Rose #F548BB

Color information

#F548BB (or 0xF548BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 48 and BB. RGB value is (245,72,187). Sum of RGB (Red+Green+Blue) = 245+72+187=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 72 (28.52% from 255 or 14.29% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F548BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F548BB is #0AB744. Grayscale: #888888. Windows color (decimal): -702277 or 12273909. OLE color: 12273909.

HSL color Cylindrical-coordinate representation of color #F548BB: hue angle of 320.12º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F548BB is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB24572187-
CMYK00.710.240.04
HSL320.12º89.64%62.16%-
HSV(B)320.12º70.61%96.08%-
XYZ48.9427.6449.77-
YUV136.84156.31205.15-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.61%
GREEN value IS 72 (28.52% from 255) = 14.29%
BLUE value IS 187 (73.44% from 255) = 37.10%
R=48.61%
G=14.29%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2457218700.710.240.04320.1289.6462.16
HexF548BB0471841405a3e
Octal365110273010730450013276
Binary1111010110010001011101101000111110001001010000001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F548BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F548BB; }

 p { color: rgb(245,72,187); }

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

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

 a { background-color: rgb(245,72,187); }

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

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

 span { border-color: rgb(245,72,187); }

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