#FE7A8C

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

Shades of Carissma #FE7A8C

Tints of Carissma #FE7A8C

Color information

#FE7A8C (or 0xFE7A8C) is unknown color: approx Carissma. HEX triplet: FE, 7A and 8C. RGB value is (254,122,140). Sum of RGB (Red+Green+Blue) = 254+122+140=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7A8C is #018573. Grayscale: #A3A3A3. Windows color (decimal): -99700 or 9206526. OLE color: 9206526.

HSL color Cylindrical-coordinate representation of color #FE7A8C: hue angle of 351.82º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7A8C is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB254122140-
CMYK00.520.450.00
HSL351.82º98.51%73.73%-
HSV(B)351.82º51.97%99.61%-
XYZ52.5736.8829.16-
YUV163.52114.73192.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.22%
GREEN value IS 122 (48.05% from 255) = 23.64%
BLUE value IS 140 (55.08% from 255) = 27.13%
R=49.22%
G=23.64%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412214000.520.450.00351.8298.5173.73
HexFE7A8C0342D0160634a
Octal376172214064550540143112
Binary111111101111010100011000110100101101010110000011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7A8C; }

 p { color: rgb(254,122,140); }

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

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

 a { background-color: rgb(254,122,140); }

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

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

 span { border-color: rgb(254,122,140); }

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