Html Css Color HEX #F58097 Carissma

📋 copy color: '#F58097'

red 245 ◦ green 128 ◦ blue 151

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

Shades of Carissma #F58097

Tints of Carissma #F58097

RGB

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

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

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

R = 46.76%
G = 24.43%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F58097 (or 0xF58097) is known color: Carissma. HEX triplet: F5, 80 and 97. RGB value is (245,128,151). Sum of RGB (Red+Green+Blue) = 245+128+151=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 151 (59.38% from 255 or 28.82% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F58097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58097 is #0A7F68. Grayscale: #A5A5A5. Windows color (decimal): -687977 or 9928949. OLE color: 9928949.

HSL color Cylindrical-coordinate representation of color #F58097: hue angle of 348.21º 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 #F58097 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 128 151 -
CMYK 0 0.48 0.38 0.04
HSL 348.21º 0.85% 0.73% -
HSV(B) 348.21º 0.48% 0.96% -
XYZ 50.96 37.09 33.75 -
YUV 165.61 119.76 184.63 -
System Red Green Blue C M Y K H S L
Decimal 245 128 151 0 0.48 0.38 0.04 348.21 0.85 0.73
Hex F5 80 97 0 30 26 4 15C 55 49
Octal 365 200 227 0 60 46 4 534 125 111
Binary 11110101 10000000 10010111 0 110000 100110 100 101011100 1010101 1001001

Color Harmonies of #F58097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58097

Black with #F58097

Text Example


Text Example

White with #F58097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58097; }

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

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

background-color css

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

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

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

border-color css

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

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

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