Html Css Color HEX #F8788C Carissma

📋 copy color: '#F8788C'

red 248 ◦ green 120 ◦ blue 140

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

Shades of Carissma #F8788C

Tints of Carissma #F8788C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.56%

R = 48.82%
G = 23.62%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8788C (or 0xF8788C) is known color: Carissma. HEX triplet: F8, 78 and 8C. RGB value is (248,120,140). Sum of RGB (Red+Green+Blue) = 248+120+140=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F8788C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8788C is #078773. Grayscale: #A0A0A0. Windows color (decimal): -493428 or 9206008. OLE color: 9206008.

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

Color convert

RGB 248 120 140 -
CMYK 0 0.52 0.44 0.03
HSL 350.63º 0.9% 0.72% -
HSV(B) 350.63º 0.52% 0.97% -
XYZ 50.16 35.28 28.98 -
YUV 160.55 116.41 190.37 -
System Red Green Blue C M Y K H S L
Decimal 248 120 140 0 0.52 0.44 0.03 350.63 0.9 0.72
Hex F8 78 8C 0 34 2C 3 15F 5A 48
Octal 370 170 214 0 64 54 3 537 132 110
Binary 11111000 1111000 10001100 0 110100 101100 11 101011111 1011010 1001000

Color Harmonies of #F8788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8788C

Black with #F8788C

Text Example


Text Example

White with #F8788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8788C; }

 p { color: rgb(248,120,140); }

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

background-color css

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

 a { background-color: rgb(248,120,140); }

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

border-color css

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

 span { border-color: rgb(248,120,140); }

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