Html Css Color HEX #F57696 Carissma

📋 copy color: '#F57696'

red 245 ◦ green 118 ◦ blue 150

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

Shades of Carissma #F57696

Tints of Carissma #F57696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.24%

R = 47.76%
G = 23%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F57696 (or 0xF57696) is known color: Carissma. HEX triplet: F5, 76 and 96. RGB value is (245,118,150). Sum of RGB (Red+Green+Blue) = 245+118+150=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F57696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57696 is #0A8969. Grayscale: #9F9F9F. Windows color (decimal): -690538 or 9860853. OLE color: 9860853.

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

Color convert

RGB 245 118 150 -
CMYK 0 0.52 0.39 0.04
HSL 344.88º 0.86% 0.71% -
HSV(B) 344.88º 0.52% 0.96% -
XYZ 49.64 34.57 32.91 -
YUV 159.62 122.58 188.9 -
System Red Green Blue C M Y K H S L
Decimal 245 118 150 0 0.52 0.39 0.04 344.88 0.86 0.71
Hex F5 76 96 0 34 27 4 159 56 47
Octal 365 166 226 0 64 47 4 531 126 107
Binary 11110101 1110110 10010110 0 110100 100111 100 101011001 1010110 1000111

Color Harmonies of #F57696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57696

Black with #F57696

Text Example


Text Example

White with #F57696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57696; }

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

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

background-color css

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

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

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

border-color css

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

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

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