#F27592

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

Shades of Carissma #F27592

Tints of Carissma #F27592

Color information

#F27592 (or 0xF27592) is unknown color: approx Carissma. HEX triplet: F2, 75 and 92. RGB value is (242,117,146). Sum of RGB (Red+Green+Blue) = 242+117+146=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F27592 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27592 is #0D8A6D. Grayscale: #9D9D9D. Windows color (decimal): -887406 or 9598450. OLE color: 9598450.

HSL color Cylindrical-coordinate representation of color #F27592: hue angle of 346.08º 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 #F27592 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB242117146-
CMYK00.520.400.05
HSL346.08º82.78%70.39%-
HSV(B)346.08º51.65%94.9%-
XYZ48.1733.6831.16-
YUV157.68121.41188.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.92%
GREEN value IS 117 (46.09% from 255) = 23.17%
BLUE value IS 146 (57.42% from 255) = 28.91%
R=47.92%
G=23.17%
B=28.91%

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
Decimal24211714600.520.400.05346.0882.7870.39
HexF2759203428515a5346
Octal362165222064505532123106
Binary11110010111010110010010011010010100010110101101010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27592; }

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

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

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

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

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

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

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

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