Html Css Color HEX #F8808C Carissma

📋 copy color: '#F8808C'

red 248 ◦ green 128 ◦ blue 140

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

Shades of Carissma #F8808C

Tints of Carissma #F8808C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.81%

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

R = 48.06%
G = 24.81%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8808C (or 0xF8808C) is known color: Carissma. HEX triplet: F8, 80 and 8C. RGB value is (248,128,140). Sum of RGB (Red+Green+Blue) = 248+128+140=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F8808C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8808C is #077F73. Grayscale: #A5A5A5. Windows color (decimal): -491380 or 9208056. OLE color: 9208056.

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

Color convert

RGB 248 128 140 -
CMYK 0 0.48 0.44 0.03
HSL 354º 0.9% 0.74% -
HSV(B) 354º 0.48% 0.97% -
XYZ 51.16 37.29 29.31 -
YUV 165.25 113.76 187.02 -
System Red Green Blue C M Y K H S L
Decimal 248 128 140 0 0.48 0.44 0.03 354 0.9 0.74
Hex F8 80 8C 0 30 2C 3 162 5A 4A
Octal 370 200 214 0 60 54 3 542 132 112
Binary 11111000 10000000 10001100 0 110000 101100 11 101100010 1011010 1001010

Color Harmonies of #F8808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8808C

Black with #F8808C

Text Example


Text Example

White with #F8808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8808C; }

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

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

background-color css

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

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

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

border-color css

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

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

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