#F27395

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

Shades of Carissma #F27395

Tints of Carissma #F27395

Color information

#F27395 (or 0xF27395) is unknown color: approx Carissma. HEX triplet: F2, 73 and 95. RGB value is (242,115,149). Sum of RGB (Red+Green+Blue) = 242+115+149=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F27395 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27395 is #0D8C6A. Grayscale: #9C9C9C. Windows color (decimal): -887915 or 9794546. OLE color: 9794546.

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

Color convert

RGB242115149-
CMYK00.520.380.05
HSL343.94º83.01%70%-
HSV(B)343.94º52.48%94.9%-
XYZ48.1733.3132.32-
YUV156.85123.58188.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.83%
GREEN value IS 115 (45.31% from 255) = 22.73%
BLUE value IS 149 (58.59% from 255) = 29.45%
R=47.83%
G=22.73%
B=29.45%

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
Decimal24211514900.520.380.05343.9483.0170
HexF273950342651585346
Octal362163225064465530123106
Binary11110010111001110010101011010010011010110101100010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27395; }

 p { color: rgb(242,115,149); }

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

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

 a { background-color: rgb(242,115,149); }

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

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

 span { border-color: rgb(242,115,149); }

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