#F27D91

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

Shades of Carissma #F27D91

Tints of Carissma #F27D91

Color information

#F27D91 (or 0xF27D91) is unknown color: approx Carissma. HEX triplet: F2, 7D and 91. RGB value is (242,125,145). Sum of RGB (Red+Green+Blue) = 242+125+145=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27D91 is #0D826E. Grayscale: #A2A2A2. Windows color (decimal): -885359 or 9534962. OLE color: 9534962.

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

Color convert

RGB242125145-
CMYK00.480.400.05
HSL349.74º81.82%71.96%-
HSV(B)349.74º48.35%94.9%-
XYZ49.0635.5931.07-
YUV162.26118.26184.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.27%
GREEN value IS 125 (49.22% from 255) = 24.41%
BLUE value IS 145 (57.03% from 255) = 28.32%
R=47.27%
G=24.41%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212514500.480.400.05349.7481.8271.96
HexF27D9103028515e5248
Octal362175221060505536122110
Binary11110010111110110010001011000010100010110101111010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27D91; }

 p { color: rgb(242,125,145); }

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

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

 a { background-color: rgb(242,125,145); }

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

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

 span { border-color: rgb(242,125,145); }

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