#F27B86

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

Shades of Carissma #F27B86

Tints of Carissma #F27B86

Color information

#F27B86 (or 0xF27B86) is unknown color: approx Carissma. HEX triplet: F2, 7B and 86. RGB value is (242,123,134). Sum of RGB (Red+Green+Blue) = 242+123+134=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F27B86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27B86 is #0D8479. Grayscale: #9F9F9F. Windows color (decimal): -885882 or 8813554. OLE color: 8813554.

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

Color convert

RGB242123134-
CMYK00.490.450.05
HSL354.45º82.07%71.57%-
HSV(B)354.45º49.17%94.9%-
XYZ4834.7626.73-
YUV159.84113.42186.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.50%
GREEN value IS 123 (48.44% from 255) = 24.65%
BLUE value IS 134 (52.73% from 255) = 26.85%
R=48.50%
G=24.65%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212313400.490.450.05354.4582.0771.57
HexF27B860312D51625248
Octal362173206061555542122110
Binary11110010111101110000110011000110110110110110001010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27B86; }

 p { color: rgb(242,123,134); }

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

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

 a { background-color: rgb(242,123,134); }

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

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

 span { border-color: rgb(242,123,134); }

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