Html Css Color HEX #F87C87 Carissma

📋 copy color: '#F87C87'

red 248 ◦ green 124 ◦ blue 135

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

Shades of Carissma #F87C87

Tints of Carissma #F87C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.63%

R = 48.92%
G = 24.46%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F87C87 (or 0xF87C87) is known color: Carissma. HEX triplet: F8, 7C and 87. RGB value is (248,124,135). Sum of RGB (Red+Green+Blue) = 248+124+135=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 135 (53.12% from 255 or 26.63% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87C87 is #078378. Grayscale: #A2A2A2. Windows color (decimal): -492409 or 8879352. OLE color: 8879352.

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

Color convert

RGB 248 124 135 -
CMYK 0 0.5 0.46 0.03
HSL 354.68º 0.9% 0.73% -
HSV(B) 354.68º 0.5% 0.97% -
XYZ 50.29 36.12 27.24 -
YUV 162.33 112.58 189.11 -
System Red Green Blue C M Y K H S L
Decimal 248 124 135 0 0.5 0.46 0.03 354.68 0.9 0.73
Hex F8 7C 87 0 32 2E 3 163 5A 49
Octal 370 174 207 0 62 56 3 543 132 111
Binary 11111000 1111100 10000111 0 110010 101110 11 101100011 1011010 1001001

Color Harmonies of #F87C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87C87

Black with #F87C87

Text Example


Text Example

White with #F87C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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