#F27493

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

Shades of Carissma #F27493

Tints of Carissma #F27493

Color information

#F27493 (or 0xF27493) is unknown color: approx Carissma. HEX triplet: F2, 74 and 93. RGB value is (242,116,147). Sum of RGB (Red+Green+Blue) = 242+116+147=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F27493 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27493 is #0D8B6C. Grayscale: #9D9D9D. Windows color (decimal): -887661 or 9663730. OLE color: 9663730.

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

Color convert

RGB242116147-
CMYK00.520.390.05
HSL345.24º82.89%70.2%-
HSV(B)345.24º52.07%94.9%-
XYZ48.1333.4731.53-
YUV157.21122.24188.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.92%
GREEN value IS 116 (45.70% from 255) = 22.97%
BLUE value IS 147 (57.81% from 255) = 29.11%
R=47.92%
G=22.97%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211614700.520.390.05345.2482.8970.2
HexF274930342751595346
Octal362164223064475531123106
Binary11110010111010010010011011010010011110110101100110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27493; }

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

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

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

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

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

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

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

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