#F0828B

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

Shades of Carissma #F0828B

Tints of Carissma #F0828B

Color information

#F0828B (or 0xF0828B) is unknown color: approx Carissma. HEX triplet: F0, 82 and 8B. RGB value is (240,130,139). Sum of RGB (Red+Green+Blue) = 240+130+139=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F0828B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0828B is #0F7D74. Grayscale: #A3A3A3. Windows color (decimal): -1015157 or 9143024. OLE color: 9143024.

HSL color Cylindrical-coordinate representation of color #F0828B: hue angle of 355.09º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0828B is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB240130139-
CMYK00.460.420.06
HSL355.09º78.57%72.55%-
HSV(B)355.09º45.83%94.12%-
XYZ48.5836.3528.88-
YUV163.92113.94182.27-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.15%
GREEN value IS 130 (51.17% from 255) = 25.54%
BLUE value IS 139 (54.69% from 255) = 27.31%
R=47.15%
G=25.54%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013013900.460.420.06355.0978.5772.55
HexF0828B02E2A61634f49
Octal360202213056526543117111
Binary111100001000001010001011010111010101011010110001110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0828B; }

 p { color: rgb(240,130,139); }

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

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

 a { background-color: rgb(240,130,139); }

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

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

 span { border-color: rgb(240,130,139); }

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