#F37F94

Color #F37F94 Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #F37F94

Tints of Carissma #F37F94

Color information

#F37F94 (or 0xF37F94) is unknown color: approx Carissma. HEX triplet: F3, 7F and 94. RGB value is (243,127,148). Sum of RGB (Red+Green+Blue) = 243+127+148=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 243 - color contains mainly: red. Hex color #F37F94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37F94 is #0C806B. Grayscale: #A4A4A4. Windows color (decimal): -819308 or 9732083. OLE color: 9732083.

HSL color Cylindrical-coordinate representation of color #F37F94: hue angle of 349.14º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F37F94 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB243127148-
CMYK00.480.390.05
HSL349.14º82.86%72.55%-
HSV(B)349.14º47.74%95.29%-
XYZ49.936.3732.41-
YUV164.08118.93184.29-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.91%
GREEN value IS 127 (50% from 255) = 24.52%
BLUE value IS 148 (58.20% from 255) = 28.57%
R=46.91%
G=24.52%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312714800.480.390.05349.1482.8672.55
HexF37F9403027515d5349
Octal363177224060475535123111
Binary11110011111111110010100011000010011110110101110110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37F94; }

 p { color: rgb(243,127,148); }

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

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

 a { background-color: rgb(243,127,148); }

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

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

 span { border-color: rgb(243,127,148); }

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