Html Css Color HEX #F57691 Carissma

📋 copy color: '#F57691'

red 245 ◦ green 118 ◦ blue 145

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

Shades of Carissma #F57691

Tints of Carissma #F57691

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.23%

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

R = 48.23%
G = 23.23%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F57691 (or 0xF57691) is known color: Carissma. HEX triplet: F5, 76 and 91. RGB value is (245,118,145). Sum of RGB (Red+Green+Blue) = 245+118+145=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F57691 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57691 is #0A896E. Grayscale: #9F9F9F. Windows color (decimal): -690543 or 9533173. OLE color: 9533173.

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

Color convert

RGB 245 118 145 -
CMYK 0 0.52 0.41 0.04
HSL 347.24º 0.86% 0.71% -
HSV(B) 347.24º 0.52% 0.96% -
XYZ 49.25 34.41 30.84 -
YUV 159.05 120.08 189.3 -
System Red Green Blue C M Y K H S L
Decimal 245 118 145 0 0.52 0.41 0.04 347.24 0.86 0.71
Hex F5 76 91 0 34 29 4 15B 56 47
Octal 365 166 221 0 64 51 4 533 126 107
Binary 11110101 1110110 10010001 0 110100 101001 100 101011011 1010110 1000111

Color Harmonies of #F57691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57691

Black with #F57691

Text Example


Text Example

White with #F57691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57691; }

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

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

background-color css

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

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

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

border-color css

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

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

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