#F8758E

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

Shades of Carissma #F8758E

Tints of Carissma #F8758E

Color information

#F8758E (or 0xF8758E) is unknown color: approx Carissma. HEX triplet: F8, 75 and 8E. RGB value is (248,117,142). Sum of RGB (Red+Green+Blue) = 248+117+142=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F8758E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8758E is #078A71. Grayscale: #9F9F9F. Windows color (decimal): -494194 or 9336312. OLE color: 9336312.

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

Color convert

RGB248117142-
CMYK00.530.430.03
HSL348.55º90.34%71.57%-
HSV(B)348.55º52.82%97.25%-
XYZ49.9634.6329.64-
YUV159.02118.4191.47-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.92%
GREEN value IS 117 (46.09% from 255) = 23.08%
BLUE value IS 142 (55.86% from 255) = 28.01%
R=48.92%
G=23.08%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811714200.530.430.03348.5590.3471.57
HexF8758E0352B315d5a48
Octal370165216065533535132110
Binary1111100011101011000111001101011010111110101110110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8758E; }

 p { color: rgb(248,117,142); }

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

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

 a { background-color: rgb(248,117,142); }

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

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

 span { border-color: rgb(248,117,142); }

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