Html Css Color HEX #F18288 Carissma

📋 copy color: '#F18288'

red 241 ◦ green 130 ◦ blue 136

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

Shades of Carissma #F18288

Tints of Carissma #F18288

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.64%

 BLUE value IS 136 (53.52% from 255) = 26.82%

R = 47.53%
G = 25.64%
B = 26.82%

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

#F18288 (or 0xF18288) is known color: Carissma. HEX triplet: F1, 82 and 88. RGB value is (241,130,136). Sum of RGB (Red+Green+Blue) = 241+130+136=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F18288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18288 is #0E7D77. Grayscale: #A3A3A3. Windows color (decimal): -949624 or 8946417. OLE color: 8946417.

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

Color convert

RGB 241 130 136 -
CMYK 0 0.46 0.44 0.05
HSL 356.76º 0.8% 0.73% -
HSV(B) 356.76º 0.46% 0.95% -
XYZ 48.7 36.44 27.76 -
YUV 163.87 112.27 183.01 -
System Red Green Blue C M Y K H S L
Decimal 241 130 136 0 0.46 0.44 0.05 356.76 0.8 0.73
Hex F1 82 88 0 2E 2C 5 165 50 49
Octal 361 202 210 0 56 54 5 545 120 111
Binary 11110001 10000010 10001000 0 101110 101100 101 101100101 1010000 1001001

Color Harmonies of #F18288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18288

Black with #F18288

Text Example


Text Example

White with #F18288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18288; }

 p { color: rgb(241,130,136); }

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

background-color css

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

 a { background-color: rgb(241,130,136); }

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

border-color css

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

 span { border-color: rgb(241,130,136); }

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