Html Css Color HEX #F18188 Carissma

📋 copy color: '#F18188'

red 241 ◦ green 129 ◦ blue 136

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

Shades of Carissma #F18188

Tints of Carissma #F18188

RGB

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

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

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

R = 47.63%
G = 25.49%
B = 26.88%

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

#F18188 (or 0xF18188) is known color: Carissma. HEX triplet: F1, 81 and 88. RGB value is (241,129,136). Sum of RGB (Red+Green+Blue) = 241+129+136=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F18188 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18188 is #0E7E77. Grayscale: #A3A3A3. Windows color (decimal): -949880 or 8946161. OLE color: 8946161.

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

Color convert

RGB 241 129 136 -
CMYK 0 0.46 0.44 0.05
HSL 356.25º 0.8% 0.73% -
HSV(B) 356.25º 0.46% 0.95% -
XYZ 48.57 36.18 27.72 -
YUV 163.29 112.61 183.43 -
System Red Green Blue C M Y K H S L
Decimal 241 129 136 0 0.46 0.44 0.05 356.25 0.8 0.73
Hex F1 81 88 0 2E 2C 5 164 50 49
Octal 361 201 210 0 56 54 5 544 120 111
Binary 11110001 10000001 10001000 0 101110 101100 101 101100100 1010000 1001001

Color Harmonies of #F18188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18188

Black with #F18188

Text Example


Text Example

White with #F18188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18188; }

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

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

background-color css

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

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

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

border-color css

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

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

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