Html Css Color HEX #F08595 Carissma

📋 copy color: '#F08595'

red 240 ◦ green 133 ◦ blue 149

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

Shades of Carissma #F08595

Tints of Carissma #F08595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.48%

 BLUE value IS 149 (58.59% from 255) = 28.54%

R = 45.98%
G = 25.48%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F08595 (or 0xF08595) is known color: Carissma. HEX triplet: F0, 85 and 95. RGB value is (240,133,149). Sum of RGB (Red+Green+Blue) = 240+133+149=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F08595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08595 is #0F7A6A. Grayscale: #A6A6A6. Windows color (decimal): -1014379 or 9799152. OLE color: 9799152.

HSL color Cylindrical-coordinate representation of color #F08595: hue angle of 351.03º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F08595 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 133 149 -
CMYK 0 0.45 0.38 0.06
HSL 351.03º 0.78% 0.73% -
HSV(B) 351.03º 0.45% 0.94% -
XYZ 49.75 37.47 33.04 -
YUV 166.82 117.95 180.2 -
System Red Green Blue C M Y K H S L
Decimal 240 133 149 0 0.45 0.38 0.06 351.03 0.78 0.73
Hex F0 85 95 0 2D 26 6 15F 4E 49
Octal 360 205 225 0 55 46 6 537 116 111
Binary 11110000 10000101 10010101 0 101101 100110 110 101011111 1001110 1001001

Color Harmonies of #F08595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08595

Black with #F08595

Text Example


Text Example

White with #F08595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08595; }

 p { color: rgb(240,133,149); }

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

background-color css

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

 a { background-color: rgb(240,133,149); }

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

border-color css

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

 span { border-color: rgb(240,133,149); }

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