Html Css Color HEX #F8778F Carissma

📋 copy color: '#F8778F'

red 248 ◦ green 119 ◦ blue 143

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

Shades of Carissma #F8778F

Tints of Carissma #F8778F

RGB

 RED value IS 248 (97.27% from 255) = 48.63%

 GREEN value IS 119 (46.88% from 255) = 23.33%

 BLUE value IS 143 (56.25% from 255) = 28.04%

R = 48.63%
G = 23.33%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F8778F (or 0xF8778F) is known color: Carissma. HEX triplet: F8, 77 and 8F. RGB value is (248,119,143). Sum of RGB (Red+Green+Blue) = 248+119+143=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F8778F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8778F is #078870. Grayscale: #A0A0A0. Windows color (decimal): -493681 or 9402360. OLE color: 9402360.

HSL color Cylindrical-coordinate representation of color #F8778F: hue angle of 348.84º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8778F is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 119 143 -
CMYK 0 0.52 0.42 0.03
HSL 348.84º 0.9% 0.72% -
HSV(B) 348.84º 0.52% 0.97% -
XYZ 50.27 35.13 30.12 -
YUV 160.31 118.24 190.55 -
System Red Green Blue C M Y K H S L
Decimal 248 119 143 0 0.52 0.42 0.03 348.84 0.9 0.72
Hex F8 77 8F 0 34 2A 3 15D 5A 48
Octal 370 167 217 0 64 52 3 535 132 110
Binary 11111000 1110111 10001111 0 110100 101010 11 101011101 1011010 1001000

Color Harmonies of #F8778F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8778F

Black with #F8778F

Text Example


Text Example

White with #F8778F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8778F; }

 p { color: rgb(248,119,143); }

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

background-color css

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

 a { background-color: rgb(248,119,143); }

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

border-color css

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

 span { border-color: rgb(248,119,143); }

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