Html Css Color HEX #F18097 Carissma

📋 copy color: '#F18097'

red 241 ◦ green 128 ◦ blue 151

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

Shades of Carissma #F18097

Tints of Carissma #F18097

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.62%

 BLUE value IS 151 (59.38% from 255) = 29.04%

R = 46.35%
G = 24.62%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F18097 (or 0xF18097) is known color: Carissma. HEX triplet: F1, 80 and 97. RGB value is (241,128,151). Sum of RGB (Red+Green+Blue) = 241+128+151=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F18097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18097 is #0E7F68. Grayscale: #A4A4A4. Windows color (decimal): -950121 or 9928945. OLE color: 9928945.

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

Color convert

RGB 241 128 151 -
CMYK 0 0.47 0.37 0.05
HSL 347.79º 0.8% 0.72% -
HSV(B) 347.79º 0.47% 0.95% -
XYZ 49.58 36.37 33.69 -
YUV 164.41 120.44 182.63 -
System Red Green Blue C M Y K H S L
Decimal 241 128 151 0 0.47 0.37 0.05 347.79 0.8 0.72
Hex F1 80 97 0 2F 25 5 15C 50 48
Octal 361 200 227 0 57 45 5 534 120 110
Binary 11110001 10000000 10010111 0 101111 100101 101 101011100 1010000 1001000

Color Harmonies of #F18097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18097

Black with #F18097

Text Example


Text Example

White with #F18097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18097; }

 p { color: rgb(241,128,151); }

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

background-color css

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

 a { background-color: rgb(241,128,151); }

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

border-color css

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

 span { border-color: rgb(241,128,151); }

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