#F27798

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

Shades of Carissma #F27798

Tints of Carissma #F27798

Color information

#F27798 (or 0xF27798) is unknown color: approx Carissma. HEX triplet: F2, 77 and 98. RGB value is (242,119,152). Sum of RGB (Red+Green+Blue) = 242+119+152=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F27798 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27798 is #0D8867. Grayscale: #9F9F9F. Windows color (decimal): -886888 or 9992178. OLE color: 9992178.

HSL color Cylindrical-coordinate representation of color #F27798: hue angle of 343.9º 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 #F27798 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB242119152-
CMYK00.510.370.05
HSL343.9º82.55%70.78%-
HSV(B)343.9º50.83%94.9%-
XYZ48.8834.3433.76-
YUV159.54123.75186.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.17%
GREEN value IS 119 (46.88% from 255) = 23.20%
BLUE value IS 152 (59.77% from 255) = 29.63%
R=47.17%
G=23.20%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211915200.510.370.05343.982.5570.78
HexF277980332551585347
Octal362167230063455530123107
Binary11110010111011110011000011001110010110110101100010100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27798; }

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

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

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

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

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

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

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

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