#F137BD

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

Shades of Razzle Dazzle Rose #F137BD

Tints of Razzle Dazzle Rose #F137BD

Color information

#F137BD (or 0xF137BD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 37 and BD. RGB value is (241,55,189). Sum of RGB (Red+Green+Blue) = 241+55+189=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 55 (21.88% from 255 or 11.34% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F137BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F137BD is #0EC842. Grayscale: #7D7D7D. Windows color (decimal): -968771 or 12400625. OLE color: 12400625.

HSL color Cylindrical-coordinate representation of color #F137BD: hue angle of 316.77º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F137BD is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB24155189-
CMYK00.770.220.05
HSL316.77º86.92%58.04%-
HSV(B)316.77º77.18%94.51%-
XYZ46.8325.1150.52-
YUV125.89163.62210.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.69%
GREEN value IS 55 (21.88% from 255) = 11.34%
BLUE value IS 189 (74.22% from 255) = 38.97%
R=49.69%
G=11.34%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415518900.770.220.05316.7786.9258.04
HexF137BD04D16513d573a
Octal36167275011526547512772
Binary111100011101111011110101001101101101011001111011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F137BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F137BD; }

 p { color: rgb(241,55,189); }

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

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

 a { background-color: rgb(241,55,189); }

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

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

 span { border-color: rgb(241,55,189); }

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