#F27D92

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

Shades of Carissma #F27D92

Tints of Carissma #F27D92

Color information

#F27D92 (or 0xF27D92) is unknown color: approx Carissma. HEX triplet: F2, 7D and 92. RGB value is (242,125,146). Sum of RGB (Red+Green+Blue) = 242+125+146=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27D92 is #0D826D. Grayscale: #A2A2A2. Windows color (decimal): -885358 or 9600498. OLE color: 9600498.

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

Color convert

RGB242125146-
CMYK00.480.400.05
HSL349.23º81.82%71.96%-
HSV(B)349.23º48.35%94.9%-
XYZ49.1435.6231.48-
YUV162.38118.76184.79-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.17%
GREEN value IS 125 (49.22% from 255) = 24.37%
BLUE value IS 146 (57.42% from 255) = 28.46%
R=47.17%
G=24.37%
B=28.46%

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
Decimal24212514600.480.400.05349.2381.8271.96
HexF27D9203028515d5248
Octal362175222060505535122110
Binary11110010111110110010010011000010100010110101110110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27D92; }

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

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

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

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

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

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

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

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