#f27f96

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

Shades of Carissma #F27F96

Tints of Carissma #F27F96

Color information

#F27F96 (or 0xF27F96) is unknown color: approx Carissma. HEX triplet: F2, 7F and 96. RGB value is (242,127,150). Sum of RGB (Red+Green+Blue) = 242+127+150=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27F96 is #0D8069. Grayscale: #A4A4A4. Windows color (decimal): -884842 or 9863154. OLE color: 9863154.

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

Color convert

RGB242127150-
CMYK00.480.380.05
HSL348º81.56%72.35%-
HSV(B)348º47.52%94.9%-
XYZ49.7136.2633.23-
YUV164.01120.1183.63-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.63%
GREEN value IS 127 (50% from 255) = 24.47%
BLUE value IS 150 (58.98% from 255) = 28.90%
R=46.63%
G=24.47%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212715000.480.380.0534881.5672.35
HexF27F9603026515c5248
Octal362177226060465534122110
Binary11110010111111110010110011000010011010110101110010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f27f96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f27f96; }

 p { color: rgb(242,127,150); }

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

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

 a { background-color: rgb(242,127,150); }

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

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

 span { border-color: rgb(242,127,150); }

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