Html Css Color HEX #F18491 Carissma

📋 copy color: '#F18491'

red 241 ◦ green 132 ◦ blue 145

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

Shades of Carissma #F18491

Tints of Carissma #F18491

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.48%

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

R = 46.53%
G = 25.48%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F18491 (or 0xF18491) is known color: Carissma. HEX triplet: F1, 84 and 91. RGB value is (241,132,145). Sum of RGB (Red+Green+Blue) = 241+132+145=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F18491 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18491 is #0E7B6E. Grayscale: #A6A6A6. Windows color (decimal): -949103 or 9536753. OLE color: 9536753.

HSL color Cylindrical-coordinate representation of color #F18491: hue angle of 352.84º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F18491 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 132 145 -
CMYK 0 0.45 0.40 0.05
HSL 352.84º 0.8% 0.73% -
HSV(B) 352.84º 0.45% 0.95% -
XYZ 49.64 37.25 31.36 -
YUV 166.07 116.11 181.44 -
System Red Green Blue C M Y K H S L
Decimal 241 132 145 0 0.45 0.40 0.05 352.84 0.8 0.73
Hex F1 84 91 0 2D 28 5 161 50 49
Octal 361 204 221 0 55 50 5 541 120 111
Binary 11110001 10000100 10010001 0 101101 101000 101 101100001 1010000 1001001

Color Harmonies of #F18491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18491

Black with #F18491

Text Example


Text Example

White with #F18491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18491; }

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

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

background-color css

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

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

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

border-color css

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

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

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