Html Css Color HEX #F08197 Carissma

📋 copy color: '#F08197'

red 240 ◦ green 129 ◦ blue 151

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

Shades of Carissma #F08197

Tints of Carissma #F08197

RGB

 RED value IS 240 (94.14% from 255) = 46.15%

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

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

R = 46.15%
G = 24.81%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F08197 (or 0xF08197) is known color: Carissma. HEX triplet: F0, 81 and 97. RGB value is (240,129,151). Sum of RGB (Red+Green+Blue) = 240+129+151=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F08197 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08197 is #0F7E68. Grayscale: #A4A4A4. Windows color (decimal): -1015401 or 9929200. OLE color: 9929200.

HSL color Cylindrical-coordinate representation of color #F08197: hue angle of 348.11º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F08197 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 129 151 -
CMYK 0 0.46 0.37 0.06
HSL 348.11º 0.79% 0.72% -
HSV(B) 348.11º 0.46% 0.94% -
XYZ 49.37 36.46 33.71 -
YUV 164.7 120.27 181.71 -
System Red Green Blue C M Y K H S L
Decimal 240 129 151 0 0.46 0.37 0.06 348.11 0.79 0.72
Hex F0 81 97 0 2E 25 6 15C 4F 48
Octal 360 201 227 0 56 45 6 534 117 110
Binary 11110000 10000001 10010111 0 101110 100101 110 101011100 1001111 1001000

Color Harmonies of #F08197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08197

Black with #F08197

Text Example


Text Example

White with #F08197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08197; }

 p { color: rgb(240,129,151); }

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

background-color css

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

 a { background-color: rgb(240,129,151); }

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

border-color css

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

 span { border-color: rgb(240,129,151); }

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