#F07C97

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

Shades of Carissma #F07C97

Tints of Carissma #F07C97

Color information

#F07C97 (or 0xF07C97) is unknown color: approx Carissma. HEX triplet: F0, 7C and 97. RGB value is (240,124,151). Sum of RGB (Red+Green+Blue) = 240+124+151=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07C97 is #0F8368. Grayscale: #A1A1A1. Windows color (decimal): -1016681 or 9927920. OLE color: 9927920.

HSL color Cylindrical-coordinate representation of color #F07C97: hue angle of 346.03º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07C97 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB240124151-
CMYK00.480.370.06
HSL346.03º79.45%71.37%-
HSV(B)346.03º48.33%94.12%-
XYZ48.7335.1733.5-
YUV161.76121.93183.8-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.60%
GREEN value IS 124 (48.83% from 255) = 24.08%
BLUE value IS 151 (59.38% from 255) = 29.32%
R=46.60%
G=24.08%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012415100.480.370.06346.0379.4571.37
HexF07C9703025615a4f47
Octal360174227060456532117107
Binary11110000111110010010111011000010010111010101101010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07C97; }

 p { color: rgb(240,124,151); }

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

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

 a { background-color: rgb(240,124,151); }

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

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

 span { border-color: rgb(240,124,151); }

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