#F2778E

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

Shades of Carissma #F2778E

Tints of Carissma #F2778E

Color information

#F2778E (or 0xF2778E) is unknown color: approx Carissma. HEX triplet: F2, 77 and 8E. RGB value is (242,119,142). Sum of RGB (Red+Green+Blue) = 242+119+142=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2778E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2778E is #0D8871. Grayscale: #9E9E9E. Windows color (decimal): -886898 or 9336818. OLE color: 9336818.

HSL color Cylindrical-coordinate representation of color #F2778E: hue angle of 348.78º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F2778E is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB242119142-
CMYK00.510.410.05
HSL348.78º82.55%70.78%-
HSV(B)348.78º50.83%94.9%-
XYZ48.134.0229.62-
YUV158.4118.75187.63-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.11%
GREEN value IS 119 (46.88% from 255) = 23.66%
BLUE value IS 142 (55.86% from 255) = 28.23%
R=48.11%
G=23.66%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211914200.510.410.05348.7882.5570.78
HexF2778E03329515d5347
Octal362167216063515535123107
Binary11110010111011110001110011001110100110110101110110100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2778E; }

 p { color: rgb(242,119,142); }

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

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

 a { background-color: rgb(242,119,142); }

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

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

 span { border-color: rgb(242,119,142); }

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