Html Css Color HEX #F18192 Carissma

📋 copy color: '#F18192'

red 241 ◦ green 129 ◦ blue 146

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

Shades of Carissma #F18192

Tints of Carissma #F18192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.29%

R = 46.71%
G = 25%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F18192 (or 0xF18192) is known color: Carissma. HEX triplet: F1, 81 and 92. RGB value is (241,129,146). Sum of RGB (Red+Green+Blue) = 241+129+146=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F18192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18192 is #0E7E6D. Grayscale: #A4A4A4. Windows color (decimal): -949870 or 9601521. OLE color: 9601521.

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

Color convert

RGB 241 129 146 -
CMYK 0 0.46 0.39 0.05
HSL 350.89º 0.8% 0.73% -
HSV(B) 350.89º 0.46% 0.95% -
XYZ 49.31 36.48 31.64 -
YUV 164.43 117.61 182.62 -
System Red Green Blue C M Y K H S L
Decimal 241 129 146 0 0.46 0.39 0.05 350.89 0.8 0.73
Hex F1 81 92 0 2E 27 5 15F 50 49
Octal 361 201 222 0 56 47 5 537 120 111
Binary 11110001 10000001 10010010 0 101110 100111 101 101011111 1010000 1001001

Color Harmonies of #F18192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18192

Black with #F18192

Text Example


Text Example

White with #F18192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18192; }

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

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

background-color css

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

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

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

border-color css

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

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

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