#F07495

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

Shades of Carissma #F07495

Tints of Carissma #F07495

Color information

#F07495 (or 0xF07495) is unknown color: approx Carissma. HEX triplet: F0, 74 and 95. RGB value is (240,116,149). Sum of RGB (Red+Green+Blue) = 240+116+149=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F07495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07495 is #0F8B6A. Grayscale: #9C9C9C. Windows color (decimal): -1018731 or 9794800. OLE color: 9794800.

HSL color Cylindrical-coordinate representation of color #F07495: hue angle of 344.03º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F07495 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB240116149-
CMYK00.520.380.06
HSL344.03º80.52%69.8%-
HSV(B)344.03º51.67%94.12%-
XYZ47.6133.1932.33-
YUV156.84123.58187.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.52%
GREEN value IS 116 (45.70% from 255) = 22.97%
BLUE value IS 149 (58.59% from 255) = 29.50%
R=47.52%
G=22.97%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011614900.520.380.06344.0380.5269.8
HexF074950342661585146
Octal360164225064466530121106
Binary11110000111010010010101011010010011011010101100010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07495; }

 p { color: rgb(240,116,149); }

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

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

 a { background-color: rgb(240,116,149); }

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

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

 span { border-color: rgb(240,116,149); }

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