#F27590

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

Shades of Carissma #F27590

Tints of Carissma #F27590

Color information

#F27590 (or 0xF27590) is unknown color: approx Carissma. HEX triplet: F2, 75 and 90. RGB value is (242,117,144). Sum of RGB (Red+Green+Blue) = 242+117+144=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F27590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27590 is #0D8A6F. Grayscale: #9D9D9D. Windows color (decimal): -887408 or 9467378. OLE color: 9467378.

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

Color convert

RGB242117144-
CMYK00.520.400.05
HSL347.04º82.78%70.39%-
HSV(B)347.04º51.65%94.9%-
XYZ48.0133.6130.34-
YUV157.45120.41188.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.11%
GREEN value IS 117 (46.09% from 255) = 23.26%
BLUE value IS 144 (56.64% from 255) = 28.63%
R=48.11%
G=23.26%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211714400.520.400.05347.0482.7870.39
HexF2759003428515b5346
Octal362165220064505533123106
Binary11110010111010110010000011010010100010110101101110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27590; }

 p { color: rgb(242,117,144); }

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

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

 a { background-color: rgb(242,117,144); }

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

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

 span { border-color: rgb(242,117,144); }

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