#F28289

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

Shades of Carissma #F28289

Tints of Carissma #F28289

Color information

#F28289 (or 0xF28289) is unknown color: approx Carissma. HEX triplet: F2, 82 and 89. RGB value is (242,130,137). Sum of RGB (Red+Green+Blue) = 242+130+137=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 137 (53.91% from 255 or 26.92% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F28289 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28289 is #0D7D76. Grayscale: #A4A4A4. Windows color (decimal): -884087 or 9011954. OLE color: 9011954.

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

Color convert

RGB242130137-
CMYK00.460.430.05
HSL356.25º81.16%72.94%-
HSV(B)356.25º46.28%94.9%-
XYZ49.1236.6528.15-
YUV164.29112.61183.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.54%
GREEN value IS 130 (51.17% from 255) = 25.54%
BLUE value IS 137 (53.91% from 255) = 26.92%
R=47.54%
G=25.54%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213013700.460.430.05356.2581.1672.94
HexF2828902E2B51645149
Octal362202211056535544121111
Binary111100101000001010001001010111010101110110110010010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28289; }

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

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

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

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

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

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

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

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