#F27B8D

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

Shades of Carissma #F27B8D

Tints of Carissma #F27B8D

Color information

#F27B8D (or 0xF27B8D) is unknown color: approx Carissma. HEX triplet: F2, 7B and 8D. RGB value is (242,123,141). Sum of RGB (Red+Green+Blue) = 242+123+141=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F27B8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27B8D is #0D8472. Grayscale: #A0A0A0. Windows color (decimal): -885875 or 9272306. OLE color: 9272306.

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

Color convert

RGB242123141-
CMYK00.490.420.05
HSL350.92º82.07%71.57%-
HSV(B)350.92º49.17%94.9%-
XYZ48.5134.9729.39-
YUV160.63116.92186.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.83%
GREEN value IS 123 (48.44% from 255) = 24.31%
BLUE value IS 141 (55.47% from 255) = 27.87%
R=47.83%
G=24.31%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212314100.490.420.05350.9282.0771.57
HexF27B8D0312A515f5248
Octal362173215061525537122110
Binary11110010111101110001101011000110101010110101111110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27B8D; }

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

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

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

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

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

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

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

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