Html Css Color HEX #F5768D Carissma

📋 copy color: '#F5768D'

red 245 ◦ green 118 ◦ blue 141

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

Shades of Carissma #F5768D

Tints of Carissma #F5768D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.98%

R = 48.61%
G = 23.41%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5768D (or 0xF5768D) is known color: Carissma. HEX triplet: F5, 76 and 8D. RGB value is (245,118,141). Sum of RGB (Red+Green+Blue) = 245+118+141=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F5768D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5768D is #0A8972. Grayscale: #9E9E9E. Windows color (decimal): -690547 or 9271029. OLE color: 9271029.

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

Color convert

RGB 245 118 141 -
CMYK 0 0.52 0.42 0.04
HSL 349.13º 0.86% 0.71% -
HSV(B) 349.13º 0.52% 0.96% -
XYZ 48.94 34.29 29.24 -
YUV 158.6 118.08 189.63 -
System Red Green Blue C M Y K H S L
Decimal 245 118 141 0 0.52 0.42 0.04 349.13 0.86 0.71
Hex F5 76 8D 0 34 2A 4 15D 56 47
Octal 365 166 215 0 64 52 4 535 126 107
Binary 11110101 1110110 10001101 0 110100 101010 100 101011101 1010110 1000111

Color Harmonies of #F5768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5768D

Black with #F5768D

Text Example


Text Example

White with #F5768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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