#F07E88

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

Shades of Carissma #F07E88

Tints of Carissma #F07E88

Color information

#F07E88 (or 0xF07E88) is unknown color: approx Carissma. HEX triplet: F0, 7E and 88. RGB value is (240,126,136). Sum of RGB (Red+Green+Blue) = 240+126+136=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07E88 is #0F8177. Grayscale: #A1A1A1. Windows color (decimal): -1016184 or 8945392. OLE color: 8945392.

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

Color convert

RGB240126136-
CMYK00.480.430.06
HSL354.74º79.17%71.76%-
HSV(B)354.74º47.5%94.12%-
XYZ47.8435.2227.57-
YUV161.23113.77184.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.81%
GREEN value IS 126 (49.61% from 255) = 25.10%
BLUE value IS 136 (53.52% from 255) = 27.09%
R=47.81%
G=25.10%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012613600.480.430.06354.7479.1771.76
HexF07E880302B61634f48
Octal360176210060536543117110
Binary11110000111111010001000011000010101111010110001110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07E88; }

 p { color: rgb(240,126,136); }

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

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

 a { background-color: rgb(240,126,136); }

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

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

 span { border-color: rgb(240,126,136); }

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