#F28092

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

Shades of Carissma #F28092

Tints of Carissma #F28092

Color information

#F28092 (or 0xF28092) is unknown color: approx Carissma. HEX triplet: F2, 80 and 92. RGB value is (242,128,146). Sum of RGB (Red+Green+Blue) = 242+128+146=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F28092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28092 is #0D7F6D. Grayscale: #A4A4A4. Windows color (decimal): -884590 or 9601266. OLE color: 9601266.

HSL color Cylindrical-coordinate representation of color #F28092: hue angle of 350.53º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F28092 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB242128146-
CMYK00.470.400.05
HSL350.53º81.43%72.55%-
HSV(B)350.53º47.11%94.9%-
XYZ49.5336.3931.61-
YUV164.14117.77183.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.90%
GREEN value IS 128 (50.39% from 255) = 24.81%
BLUE value IS 146 (57.42% from 255) = 28.29%
R=46.90%
G=24.81%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212814600.470.400.05350.5381.4372.55
HexF2809202F28515f5149
Octal362200222057505537121111
Binary111100101000000010010010010111110100010110101111110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28092; }

 p { color: rgb(242,128,146); }

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

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

 a { background-color: rgb(242,128,146); }

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

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

 span { border-color: rgb(242,128,146); }

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