#f27c93

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

Shades of Carissma #F27C93

Tints of Carissma #F27C93

Color information

#F27C93 (or 0xF27C93) is unknown color: approx Carissma. HEX triplet: F2, 7C and 93. RGB value is (242,124,147). Sum of RGB (Red+Green+Blue) = 242+124+147=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27C93 is #0D836C. Grayscale: #A1A1A1. Windows color (decimal): -885613 or 9665778. OLE color: 9665778.

HSL color Cylindrical-coordinate representation of color #F27C93: hue angle of 348.31º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27C93 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB242124147-
CMYK00.490.390.05
HSL348.31º81.94%71.76%-
HSV(B)348.31º48.76%94.9%-
XYZ49.0935.431.85-
YUV161.9119.59185.13-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.17%
GREEN value IS 124 (48.83% from 255) = 24.17%
BLUE value IS 147 (57.81% from 255) = 28.65%
R=47.17%
G=24.17%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212414700.490.390.05348.3181.9471.76
HexF27C9303127515c5248
Octal362174223061475534122110
Binary11110010111110010010011011000110011110110101110010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f27c93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f27c93; }

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

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

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

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

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

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

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

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