Html Css Color HEX #F0788D Carissma

📋 copy color: '#F0788D'

red 240 ◦ green 120 ◦ blue 141

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

Shades of Carissma #F0788D

Tints of Carissma #F0788D

RGB

 RED value IS 240 (94.14% from 255) = 47.9%

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

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

R = 47.9%
G = 23.95%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0788D (or 0xF0788D) is known color: Carissma. HEX triplet: F0, 78 and 8D. RGB value is (240,120,141). Sum of RGB (Red+Green+Blue) = 240+120+141=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F0788D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0788D is #0F8772. Grayscale: #9E9E9E. Windows color (decimal): -1017715 or 9271536. OLE color: 9271536.

HSL color Cylindrical-coordinate representation of color #F0788D: hue angle of 349.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0788D is Cyan = 0, Magento = 0.5, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 120 141 -
CMYK 0 0.5 0.41 0.06
HSL 349.5º 0.8% 0.71% -
HSV(B) 349.5º 0.5% 0.94% -
XYZ 47.46 33.88 29.24 -
YUV 158.27 118.26 186.29 -
System Red Green Blue C M Y K H S L
Decimal 240 120 141 0 0.5 0.41 0.06 349.5 0.8 0.71
Hex F0 78 8D 0 32 29 6 15E 50 47
Octal 360 170 215 0 62 51 6 536 120 107
Binary 11110000 1111000 10001101 0 110010 101001 110 101011110 1010000 1000111

Color Harmonies of #F0788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0788D

Black with #F0788D

Text Example


Text Example

White with #F0788D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0788D; }

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

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

background-color css

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

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

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

border-color css

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

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

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