Html Css Color HEX #F58291 Carissma

📋 copy color: '#F58291'

red 245 ◦ green 130 ◦ blue 145

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

Shades of Carissma #F58291

Tints of Carissma #F58291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25%

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

R = 47.12%
G = 25%
B = 27.88%

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

#F58291 (or 0xF58291) is known color: Carissma. HEX triplet: F5, 82 and 91. RGB value is (245,130,145). Sum of RGB (Red+Green+Blue) = 245+130+145=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 145 (57.03% from 255 or 27.88% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F58291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58291 is #0A7D6E. Grayscale: #A6A6A6. Windows color (decimal): -687471 or 9536245. OLE color: 9536245.

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

Color convert

RGB 245 130 145 -
CMYK 0 0.47 0.41 0.04
HSL 352.17º 0.85% 0.74% -
HSV(B) 352.17º 0.47% 0.96% -
XYZ 50.75 37.42 31.34 -
YUV 166.1 116.1 184.28 -
System Red Green Blue C M Y K H S L
Decimal 245 130 145 0 0.47 0.41 0.04 352.17 0.85 0.74
Hex F5 82 91 0 2F 29 4 160 55 4A
Octal 365 202 221 0 57 51 4 540 125 112
Binary 11110101 10000010 10010001 0 101111 101001 100 101100000 1010101 1001010

Color Harmonies of #F58291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58291

Black with #F58291

Text Example


Text Example

White with #F58291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58291; }

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

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

background-color css

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

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

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

border-color css

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

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

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