Html Css Color HEX #F58091 Carissma

📋 copy color: '#F58091'

red 245 ◦ green 128 ◦ blue 145

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

Shades of Carissma #F58091

Tints of Carissma #F58091

RGB

 RED value IS 245 (96.09% from 255) = 47.3%

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

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

R = 47.3%
G = 24.71%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F58091 (or 0xF58091) is known color: Carissma. HEX triplet: F5, 80 and 91. RGB value is (245,128,145). Sum of RGB (Red+Green+Blue) = 245+128+145=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F58091 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58091 is #0A7F6E. Grayscale: #A4A4A4. Windows color (decimal): -687983 or 9535733. OLE color: 9535733.

HSL color Cylindrical-coordinate representation of color #F58091: hue angle of 351.28º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F58091 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 128 145 -
CMYK 0 0.48 0.41 0.04
HSL 351.28º 0.85% 0.73% -
HSV(B) 351.28º 0.48% 0.96% -
XYZ 50.49 36.9 31.25 -
YUV 164.92 116.76 185.12 -
System Red Green Blue C M Y K H S L
Decimal 245 128 145 0 0.48 0.41 0.04 351.28 0.85 0.73
Hex F5 80 91 0 30 29 4 15F 55 49
Octal 365 200 221 0 60 51 4 537 125 111
Binary 11110101 10000000 10010001 0 110000 101001 100 101011111 1010101 1001001

Color Harmonies of #F58091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58091

Black with #F58091

Text Example


Text Example

White with #F58091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58091; }

 p { color: rgb(245,128,145); }

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

background-color css

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

 a { background-color: rgb(245,128,145); }

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

border-color css

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

 span { border-color: rgb(245,128,145); }

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