#F27496

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

Shades of Carissma #F27496

Tints of Carissma #F27496

Color information

#F27496 (or 0xF27496) is unknown color: approx Carissma. HEX triplet: F2, 74 and 96. RGB value is (242,116,150). Sum of RGB (Red+Green+Blue) = 242+116+150=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F27496 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27496 is #0D8B69. Grayscale: #9D9D9D. Windows color (decimal): -887658 or 9860338. OLE color: 9860338.

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

Color convert

RGB242116150-
CMYK00.520.380.05
HSL343.81º82.89%70.2%-
HSV(B)343.81º52.07%94.9%-
XYZ48.3733.5732.78-
YUV157.55123.74188.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.64%
GREEN value IS 116 (45.70% from 255) = 22.83%
BLUE value IS 150 (58.98% from 255) = 29.53%
R=47.64%
G=22.83%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211615000.520.380.05343.8182.8970.2
HexF274960342651585346
Octal362164226064465530123106
Binary11110010111010010010110011010010011010110101100010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27496; }

 p { color: rgb(242,116,150); }

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

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

 a { background-color: rgb(242,116,150); }

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

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

 span { border-color: rgb(242,116,150); }

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