#F735BA

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

Shades of Razzle Dazzle Rose #F735BA

Tints of Razzle Dazzle Rose #F735BA

Color information

#F735BA (or 0xF735BA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 35 and BA. RGB value is (247,53,186). Sum of RGB (Red+Green+Blue) = 247+53+186=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 53 (21.09% from 255 or 10.91% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F735BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F735BA is #08CA45. Grayscale: #7D7D7D. Windows color (decimal): -576070 or 12203511. OLE color: 12203511.

HSL color Cylindrical-coordinate representation of color #F735BA: hue angle of 318.87º 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 #F735BA is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB24753186-
CMYK00.790.250.03
HSL318.87º92.38%58.82%-
HSV(B)318.87º78.54%96.86%-
XYZ48.4925.8748.89-
YUV126.17161.77214.19-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.82%
GREEN value IS 53 (21.09% from 255) = 10.91%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=50.82%
G=10.91%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2475318600.790.250.03318.8792.3858.82
HexF735BA04F19313f5c3b
Octal36765272011731347713473
Binary11110111110101101110100100111111001111001111111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F735BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F735BA; }

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

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

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

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

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

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

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

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