#F28294

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

Shades of Carissma #F28294

Tints of Carissma #F28294

Color information

#F28294 (or 0xF28294) is unknown color: approx Carissma. HEX triplet: F2, 82 and 94. RGB value is (242,130,148). Sum of RGB (Red+Green+Blue) = 242+130+148=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F28294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28294 is #0D7D6B. Grayscale: #A5A5A5. Windows color (decimal): -884076 or 9732850. OLE color: 9732850.

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

Color convert

RGB242130148-
CMYK00.460.390.05
HSL350.36º81.16%72.94%-
HSV(B)350.36º46.28%94.9%-
XYZ49.9536.9832.52-
YUV165.54118.11182.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.54%
GREEN value IS 130 (51.17% from 255) = 25%
BLUE value IS 148 (58.20% from 255) = 28.46%
R=46.54%
G=25%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213014800.460.390.05350.3681.1672.94
HexF2829402E27515e5149
Octal362202224056475536121111
Binary111100101000001010010100010111010011110110101111010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28294; }

 p { color: rgb(242,130,148); }

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

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

 a { background-color: rgb(242,130,148); }

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

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

 span { border-color: rgb(242,130,148); }

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