Html Css Color HEX #F5788D Carissma

📋 copy color: '#F5788D'

red 245 ◦ green 120 ◦ blue 141

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

Shades of Carissma #F5788D

Tints of Carissma #F5788D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.72%

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

R = 48.42%
G = 23.72%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5788D (or 0xF5788D) is known color: Carissma. HEX triplet: F5, 78 and 8D. RGB value is (245,120,141). Sum of RGB (Red+Green+Blue) = 245+120+141=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F5788D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5788D is #0A8772. Grayscale: #9F9F9F. Windows color (decimal): -690035 or 9271541. OLE color: 9271541.

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

Color convert

RGB 245 120 141 -
CMYK 0 0.51 0.42 0.04
HSL 349.92º 0.86% 0.72% -
HSV(B) 349.92º 0.51% 0.96% -
XYZ 49.18 34.77 29.32 -
YUV 159.77 117.41 188.79 -
System Red Green Blue C M Y K H S L
Decimal 245 120 141 0 0.51 0.42 0.04 349.92 0.86 0.72
Hex F5 78 8D 0 33 2A 4 15E 56 48
Octal 365 170 215 0 63 52 4 536 126 110
Binary 11110101 1111000 10001101 0 110011 101010 100 101011110 1010110 1001000

Color Harmonies of #F5788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5788D

Black with #F5788D

Text Example


Text Example

White with #F5788D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5788D; }

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

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

background-color css

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

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

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

border-color css

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

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

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