#FB7A92

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

Shades of Carissma #FB7A92

Tints of Carissma #FB7A92

Color information

#FB7A92 (or 0xFB7A92) is unknown color: approx Carissma. HEX triplet: FB, 7A and 92. RGB value is (251,122,146). Sum of RGB (Red+Green+Blue) = 251+122+146=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7A92 is #04856D. Grayscale: #A3A3A3. Windows color (decimal): -296302 or 9599739. OLE color: 9599739.

HSL color Cylindrical-coordinate representation of color #FB7A92: hue angle of 348.84º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7A92 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB251122146-
CMYK00.510.420.02
HSL348.84º94.16%73.14%-
HSV(B)348.84º51.39%98.43%-
XYZ51.9336.531.5-
YUV163.31118.24190.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.36%
GREEN value IS 122 (48.05% from 255) = 23.51%
BLUE value IS 146 (57.42% from 255) = 28.13%
R=48.36%
G=23.51%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112214600.510.420.02348.8494.1673.14
HexFB7A920332A215d5e49
Octal373172222063522535136111
Binary1111101111110101001001001100111010101010101110110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7A92; }

 p { color: rgb(251,122,146); }

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

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

 a { background-color: rgb(251,122,146); }

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

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

 span { border-color: rgb(251,122,146); }

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