#F28184

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

Shades of Carissma #F28184

Tints of Carissma #F28184

Color information

#F28184 (or 0xF28184) is unknown color: approx Carissma. HEX triplet: F2, 81 and 84. RGB value is (242,129,132). Sum of RGB (Red+Green+Blue) = 242+129+132=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F28184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28184 is #0D7E7B. Grayscale: #A3A3A3. Windows color (decimal): -884348 or 8684018. OLE color: 8684018.

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

Color convert

RGB242129132-
CMYK00.470.450.05
HSL358.41º81.29%72.75%-
HSV(B)358.41º46.69%94.9%-
XYZ48.6336.2426.26-
YUV163.13110.44184.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.11%
GREEN value IS 129 (50.78% from 255) = 25.65%
BLUE value IS 132 (51.95% from 255) = 26.24%
R=48.11%
G=25.65%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212913200.470.450.05358.4181.2972.75
HexF2818402F2D51665149
Octal362201204057555546121111
Binary111100101000000110000100010111110110110110110011010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28184; }

 p { color: rgb(242,129,132); }

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

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

 a { background-color: rgb(242,129,132); }

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

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

 span { border-color: rgb(242,129,132); }

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