Html Css Color HEX #F18386 Carissma

📋 copy color: '#F18386'

red 241 ◦ green 131 ◦ blue 134

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

Shades of Carissma #F18386

Tints of Carissma #F18386

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.89%

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

R = 47.63%
G = 25.89%
B = 26.48%

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

#F18386 (or 0xF18386) is known color: Carissma. HEX triplet: F1, 83 and 86. RGB value is (241,131,134). Sum of RGB (Red+Green+Blue) = 241+131+134=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F18386 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18386 is #0E7C79. Grayscale: #A4A4A4. Windows color (decimal): -949370 or 8815601. OLE color: 8815601.

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

Color convert

RGB 241 131 134 -
CMYK 0 0.46 0.44 0.05
HSL 358.36º 0.8% 0.73% -
HSV(B) 358.36º 0.46% 0.95% -
XYZ 48.7 36.65 27.06 -
YUV 164.23 110.94 182.76 -
System Red Green Blue C M Y K H S L
Decimal 241 131 134 0 0.46 0.44 0.05 358.36 0.8 0.73
Hex F1 83 86 0 2E 2C 5 166 50 49
Octal 361 203 206 0 56 54 5 546 120 111
Binary 11110001 10000011 10000110 0 101110 101100 101 101100110 1010000 1001001

Color Harmonies of #F18386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18386

Black with #F18386

Text Example


Text Example

White with #F18386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18386; }

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

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

background-color css

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

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

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

border-color css

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

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

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