#F27296

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

Shades of Carissma #F27296

Tints of Carissma #F27296

Color information

#F27296 (or 0xF27296) is unknown color: approx Carissma. HEX triplet: F2, 72 and 96. RGB value is (242,114,150). Sum of RGB (Red+Green+Blue) = 242+114+150=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F27296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27296 is #0D8D69. Grayscale: #9C9C9C. Windows color (decimal): -888170 or 9859826. OLE color: 9859826.

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

Color convert

RGB242114150-
CMYK00.530.380.05
HSL343.12º83.12%69.8%-
HSV(B)343.12º52.89%94.9%-
XYZ48.1433.1132.71-
YUV156.38124.41189.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.83%
GREEN value IS 114 (44.92% from 255) = 22.53%
BLUE value IS 150 (58.98% from 255) = 29.64%
R=47.83%
G=22.53%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211415000.530.380.05343.1283.1269.8
HexF272960352651575346
Octal362162226065465527123106
Binary11110010111001010010110011010110011010110101011110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27296; }

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

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

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

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

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

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

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

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