Html Css Color HEX #F87C95 Carissma

📋 copy color: '#F87C95'

red 248 ◦ green 124 ◦ blue 149

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

Shades of Carissma #F87C95

Tints of Carissma #F87C95

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.8%

 BLUE value IS 149 (58.59% from 255) = 28.6%

R = 47.6%
G = 23.8%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F87C95 (or 0xF87C95) is known color: Carissma. HEX triplet: F8, 7C and 95. RGB value is (248,124,149). Sum of RGB (Red+Green+Blue) = 248+124+149=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87C95 is #07836A. Grayscale: #A3A3A3. Windows color (decimal): -492395 or 9796856. OLE color: 9796856.

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

Color convert

RGB 248 124 149 -
CMYK 0 0.5 0.40 0.03
HSL 347.9º 0.9% 0.73% -
HSV(B) 347.9º 0.5% 0.97% -
XYZ 51.34 36.54 32.78 -
YUV 163.93 119.58 187.97 -
System Red Green Blue C M Y K H S L
Decimal 248 124 149 0 0.5 0.40 0.03 347.9 0.9 0.73
Hex F8 7C 95 0 32 28 3 15C 5A 49
Octal 370 174 225 0 62 50 3 534 132 111
Binary 11111000 1111100 10010101 0 110010 101000 11 101011100 1011010 1001001

Color Harmonies of #F87C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87C95

Black with #F87C95

Text Example


Text Example

White with #F87C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87C95; }

 p { color: rgb(248,124,149); }

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

background-color css

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

 a { background-color: rgb(248,124,149); }

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

border-color css

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

 span { border-color: rgb(248,124,149); }

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