#F137CA

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

Shades of Razzle Dazzle Rose #F137CA

Tints of Razzle Dazzle Rose #F137CA

Color information

#F137CA (or 0xF137CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 37 and CA. RGB value is (241,55,202). Sum of RGB (Red+Green+Blue) = 241+55+202=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 55 (21.88% from 255 or 11.04% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F137CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F137CA is #0EC835. Grayscale: #7E7E7E. Windows color (decimal): -968758 or 13252593. OLE color: 13252593.

HSL color Cylindrical-coordinate representation of color #F137CA: hue angle of 312.58º 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 #F137CA is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB24155202-
CMYK00.770.160.05
HSL312.58º86.92%58.04%-
HSV(B)312.58º77.18%94.51%-
XYZ48.325.758.29-
YUV127.37170.12209.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.39%
GREEN value IS 55 (21.88% from 255) = 11.04%
BLUE value IS 202 (79.30% from 255) = 40.56%
R=48.39%
G=11.04%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415520200.770.160.05312.5886.9258.04
HexF137CA04D105139573a
Octal36167312011520547112772
Binary111100011101111100101001001101100001011001110011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F137CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F137CA; }

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

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

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

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

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

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

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

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