Html Css Color HEX #F18186 Carissma

📋 copy color: '#F18186'

red 241 ◦ green 129 ◦ blue 134

#F18186
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #F18186

Tints of Carissma #F18186

RGB

 RED value IS 241 (94.53% from 255) = 47.82%

 GREEN value IS 129 (50.78% from 255) = 25.6%

 BLUE value IS 134 (52.73% from 255) = 26.59%

R = 47.82%
G = 25.6%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F18186 (or 0xF18186) is known color: Carissma. HEX triplet: F1, 81 and 86. RGB value is (241,129,134). Sum of RGB (Red+Green+Blue) = 241+129+134=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F18186 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18186 is #0E7E79. Grayscale: #A3A3A3. Windows color (decimal): -949882 or 8815089. OLE color: 8815089.

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

Color convert

RGB 241 129 134 -
CMYK 0 0.46 0.44 0.05
HSL 357.32º 0.8% 0.73% -
HSV(B) 357.32º 0.46% 0.95% -
XYZ 48.43 36.12 26.97 -
YUV 163.06 111.61 183.59 -
System Red Green Blue C M Y K H S L
Decimal 241 129 134 0 0.46 0.44 0.05 357.32 0.8 0.73
Hex F1 81 86 0 2E 2C 5 165 50 49
Octal 361 201 206 0 56 54 5 545 120 111
Binary 11110001 10000001 10000110 0 101110 101100 101 101100101 1010000 1001001

Color Harmonies of #F18186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18186

Black with #F18186

Text Example


Text Example

White with #F18186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18186; }

 p { color: rgb(241,129,134); }

 H1.HeaderClassName
 {
   color: #F18186;
 }
 .AnyTagClassName
 {
   color: #F18186;
 }
</style>

background-color css

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

 a { background-color: rgb(241,129,134); }

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

border-color css

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

 span { border-color: rgb(241,129,134); }

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