Html Css Color HEX #F87E85 Carissma

📋 copy color: '#F87E85'

red 248 ◦ green 126 ◦ blue 133

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

Shades of Carissma #F87E85

Tints of Carissma #F87E85

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.85%

 BLUE value IS 133 (52.34% from 255) = 26.23%

R = 48.92%
G = 24.85%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F87E85 (or 0xF87E85) is known color: Carissma. HEX triplet: F8, 7E and 85. RGB value is (248,126,133). Sum of RGB (Red+Green+Blue) = 248+126+133=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F87E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87E85 is #07817A. Grayscale: #A3A3A3. Windows color (decimal): -491899 or 8748792. OLE color: 8748792.

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

Color convert

RGB 248 126 133 -
CMYK 0 0.49 0.46 0.03
HSL 356.56º 0.9% 0.73% -
HSV(B) 356.56º 0.49% 0.97% -
XYZ 50.41 36.57 26.59 -
YUV 163.28 110.92 188.43 -
System Red Green Blue C M Y K H S L
Decimal 248 126 133 0 0.49 0.46 0.03 356.56 0.9 0.73
Hex F8 7E 85 0 31 2E 3 165 5A 49
Octal 370 176 205 0 61 56 3 545 132 111
Binary 11111000 1111110 10000101 0 110001 101110 11 101100101 1011010 1001001

Color Harmonies of #F87E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87E85

Black with #F87E85

Text Example


Text Example

White with #F87E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87E85; }

 p { color: rgb(248,126,133); }

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

background-color css

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

 a { background-color: rgb(248,126,133); }

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

border-color css

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

 span { border-color: rgb(248,126,133); }

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