#F735BB

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

Shades of Razzle Dazzle Rose #F735BB

Tints of Razzle Dazzle Rose #F735BB

Color information

#F735BB (or 0xF735BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 35 and BB. RGB value is (247,53,187). Sum of RGB (Red+Green+Blue) = 247+53+187=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 53 (21.09% from 255 or 10.88% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F735BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F735BB is #08CA44. Grayscale: #7D7D7D. Windows color (decimal): -576069 or 12269047. OLE color: 12269047.

HSL color Cylindrical-coordinate representation of color #F735BB: hue angle of 318.56º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F735BB is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB24753187-
CMYK00.790.240.03
HSL318.56º92.38%58.82%-
HSV(B)318.56º78.54%96.86%-
XYZ48.625.9149.45-
YUV126.28162.27214.1-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.72%
GREEN value IS 53 (21.09% from 255) = 10.88%
BLUE value IS 187 (73.44% from 255) = 38.40%
R=50.72%
G=10.88%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2475318700.790.240.03318.5692.3858.82
HexF735BB04F18313f5c3b
Octal36765273011730347713473
Binary11110111110101101110110100111111000111001111111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F735BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F735BB; }

 p { color: rgb(247,53,187); }

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

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

 a { background-color: rgb(247,53,187); }

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

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

 span { border-color: rgb(247,53,187); }

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