#F27B84

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

Shades of Carissma #F27B84

Tints of Carissma #F27B84

Color information

#F27B84 (or 0xF27B84) is unknown color: approx Carissma. HEX triplet: F2, 7B and 84. RGB value is (242,123,132). Sum of RGB (Red+Green+Blue) = 242+123+132=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F27B84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27B84 is #0D847B. Grayscale: #9F9F9F. Windows color (decimal): -885884 or 8682482. OLE color: 8682482.

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

Color convert

RGB242123132-
CMYK00.490.450.05
HSL355.46º82.07%71.57%-
HSV(B)355.46º49.17%94.9%-
XYZ47.8734.7126.01-
YUV159.61112.42186.77-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.69%
GREEN value IS 123 (48.44% from 255) = 24.75%
BLUE value IS 132 (51.95% from 255) = 26.56%
R=48.69%
G=24.75%
B=26.56%

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
Decimal24212313200.490.450.05355.4682.0771.57
HexF27B840312D51635248
Octal362173204061555543122110
Binary11110010111101110000100011000110110110110110001110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27B84; }

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

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

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

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

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

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

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

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