Html Css Color HEX #F18291 Carissma

📋 copy color: '#F18291'

red 241 ◦ green 130 ◦ blue 145

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

Shades of Carissma #F18291

Tints of Carissma #F18291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.1%

R = 46.71%
G = 25.19%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F18291 (or 0xF18291) is known color: Carissma. HEX triplet: F1, 82 and 91. RGB value is (241,130,145). Sum of RGB (Red+Green+Blue) = 241+130+145=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F18291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18291 is #0E7D6E. Grayscale: #A4A4A4. Windows color (decimal): -949615 or 9536241. OLE color: 9536241.

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

Color convert

RGB 241 130 145 -
CMYK 0 0.46 0.40 0.05
HSL 351.89º 0.8% 0.73% -
HSV(B) 351.89º 0.46% 0.95% -
XYZ 49.37 36.71 31.27 -
YUV 164.9 116.77 182.28 -
System Red Green Blue C M Y K H S L
Decimal 241 130 145 0 0.46 0.40 0.05 351.89 0.8 0.73
Hex F1 82 91 0 2E 28 5 160 50 49
Octal 361 202 221 0 56 50 5 540 120 111
Binary 11110001 10000010 10010001 0 101110 101000 101 101100000 1010000 1001001

Color Harmonies of #F18291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18291

Black with #F18291

Text Example


Text Example

White with #F18291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18291; }

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

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

background-color css

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

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

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

border-color css

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

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

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