#FF7A8A

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

Shades of Carissma #FF7A8A

Tints of Carissma #FF7A8A

Color information

#FF7A8A (or 0xFF7A8A) is unknown color: approx Carissma. HEX triplet: FF, 7A and 8A. RGB value is (255,122,138). Sum of RGB (Red+Green+Blue) = 255+122+138=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7A8A is #008575. Grayscale: #A3A3A3. Windows color (decimal): -34166 or 9075455. OLE color: 9075455.

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

Color convert

RGB255122138-
CMYK00.520.460
HSL352.78º100%73.92%-
HSV(B)352.78º52.16%100%-
XYZ52.7937.0128.41-
YUV163.59113.56193.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.51%
GREEN value IS 122 (48.05% from 255) = 23.69%
BLUE value IS 138 (54.30% from 255) = 26.80%
R=49.51%
G=23.69%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512213800.520.460352.7810073.92
HexFF7A8A0342E0161644a
Octal377172212064560541144112
Binary111111111111010100010100110100101110010110000111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7A8A; }

 p { color: rgb(255,122,138); }

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

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

 a { background-color: rgb(255,122,138); }

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

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

 span { border-color: rgb(255,122,138); }

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