#FB758F

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

Shades of Carissma #FB758F

Tints of Carissma #FB758F

Color information

#FB758F (or 0xFB758F) is unknown color: approx Carissma. HEX triplet: FB, 75 and 8F. RGB value is (251,117,143). Sum of RGB (Red+Green+Blue) = 251+117+143=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FB758F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB758F is #048A70. Grayscale: #A0A0A0. Windows color (decimal): -297585 or 9401851. OLE color: 9401851.

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

Color convert

RGB251117143-
CMYK00.530.430.02
HSL348.36º94.37%72.16%-
HSV(B)348.36º53.39%98.43%-
XYZ51.135.2130.09-
YUV160.03118.39192.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.12%
GREEN value IS 117 (46.09% from 255) = 22.90%
BLUE value IS 143 (56.25% from 255) = 27.98%
R=49.12%
G=22.90%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111714300.530.430.02348.3694.3772.16
HexFB758F0352B215c5e48
Octal373165217065532534136110
Binary1111101111101011000111101101011010111010101110010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB758F; }

 p { color: rgb(251,117,143); }

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

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

 a { background-color: rgb(251,117,143); }

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

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

 span { border-color: rgb(251,117,143); }

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