#F27A92

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

Shades of Carissma #F27A92

Tints of Carissma #F27A92

Color information

#F27A92 (or 0xF27A92) is unknown color: approx Carissma. HEX triplet: F2, 7A and 92. RGB value is (242,122,146). Sum of RGB (Red+Green+Blue) = 242+122+146=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27A92 is #0D856D. Grayscale: #A0A0A0. Windows color (decimal): -886126 or 9599730. OLE color: 9599730.

HSL color Cylindrical-coordinate representation of color #F27A92: hue angle of 348º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27A92 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB242122146-
CMYK00.500.400.05
HSL348º82.19%71.37%-
HSV(B)348º49.59%94.9%-
XYZ48.7734.8731.35-
YUV160.62119.76186.05-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.45%
GREEN value IS 122 (48.05% from 255) = 23.92%
BLUE value IS 146 (57.42% from 255) = 28.63%
R=47.45%
G=23.92%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212214600.500.400.0534882.1971.37
HexF27A9203228515c5247
Octal362172222062505534122107
Binary11110010111101010010010011001010100010110101110010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27A92; }

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

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

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

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

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

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

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

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