#FF35BB

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

Shades of Razzle Dazzle Rose #FF35BB

Tints of Razzle Dazzle Rose #FF35BB

Color information

#FF35BB (or 0xFF35BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 35 and BB. RGB value is (255,53,187). Sum of RGB (Red+Green+Blue) = 255+53+187=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 53 (21.09% from 255 or 10.71% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF35BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF35BB is #00CA44. Grayscale: #808080. Windows color (decimal): -51781 or 12269055. OLE color: 12269055.

HSL color Cylindrical-coordinate representation of color #FF35BB: hue angle of 320.2º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF35BB is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB25553187-
CMYK00.790.270
HSL320.2º100%60.39%-
HSV(B)320.2º79.22%100%-
XYZ51.4827.3949.59-
YUV128.67160.92218.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.52%
GREEN value IS 53 (21.09% from 255) = 10.71%
BLUE value IS 187 (73.44% from 255) = 37.78%
R=51.52%
G=10.71%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555318700.790.270320.210060.39
HexFF35BB04F1B0140643c
Octal37765273011733050014474
Binary1111111111010110111011010011111101101010000001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF35BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF35BB; }

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

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

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

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

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

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

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

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