#F68192

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

Shades of Carissma #F68192

Tints of Carissma #F68192

Color information

#F68192 (or 0xF68192) is unknown color: approx Carissma. HEX triplet: F6, 81 and 92. RGB value is (246,129,146). Sum of RGB (Red+Green+Blue) = 246+129+146=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F68192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68192 is #097E6D. Grayscale: #A5A5A5. Windows color (decimal): -622190 or 9601526. OLE color: 9601526.

HSL color Cylindrical-coordinate representation of color #F68192: hue angle of 351.28º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F68192 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB246129146-
CMYK00.480.410.04
HSL351.28º86.67%73.53%-
HSV(B)351.28º47.56%96.47%-
XYZ51.0437.3731.72-
YUV165.92116.76185.12-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.22%
GREEN value IS 129 (50.78% from 255) = 24.76%
BLUE value IS 146 (57.42% from 255) = 28.02%
R=47.22%
G=24.76%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612914600.480.410.04351.2886.6773.53
HexF6819203029415f574a
Octal366201222060514537127112
Binary111101101000000110010010011000010100110010101111110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68192; }

 p { color: rgb(246,129,146); }

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

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

 a { background-color: rgb(246,129,146); }

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

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

 span { border-color: rgb(246,129,146); }

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