Html Css Color HEX #F58191 Carissma

📋 copy color: '#F58191'

red 245 ◦ green 129 ◦ blue 145

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

Shades of Carissma #F58191

Tints of Carissma #F58191

RGB

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

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

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

R = 47.21%
G = 24.86%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F58191 (or 0xF58191) is known color: Carissma. HEX triplet: F5, 81 and 91. RGB value is (245,129,145). Sum of RGB (Red+Green+Blue) = 245+129+145=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F58191 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58191 is #0A7E6E. Grayscale: #A5A5A5. Windows color (decimal): -687727 or 9535989. OLE color: 9535989.

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

Color convert

RGB 245 129 145 -
CMYK 0 0.47 0.41 0.04
HSL 351.72º 0.85% 0.73% -
HSV(B) 351.72º 0.47% 0.96% -
XYZ 50.62 37.16 31.29 -
YUV 165.51 116.43 184.7 -
System Red Green Blue C M Y K H S L
Decimal 245 129 145 0 0.47 0.41 0.04 351.72 0.85 0.73
Hex F5 81 91 0 2F 29 4 160 55 49
Octal 365 201 221 0 57 51 4 540 125 111
Binary 11110101 10000001 10010001 0 101111 101001 100 101100000 1010101 1001001

Color Harmonies of #F58191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58191

Black with #F58191

Text Example


Text Example

White with #F58191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58191; }

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

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

background-color css

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

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

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

border-color css

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

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

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