Html Css Color HEX #F87D8F Carissma

📋 copy color: '#F87D8F'

red 248 ◦ green 125 ◦ blue 143

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

Shades of Carissma #F87D8F

Tints of Carissma #F87D8F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.22%

 BLUE value IS 143 (56.25% from 255) = 27.71%

R = 48.06%
G = 24.22%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F87D8F (or 0xF87D8F) is known color: Carissma. HEX triplet: F8, 7D and 8F. RGB value is (248,125,143). Sum of RGB (Red+Green+Blue) = 248+125+143=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87D8F is #078270. Grayscale: #A3A3A3. Windows color (decimal): -492145 or 9403896. OLE color: 9403896.

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

Color convert

RGB 248 125 143 -
CMYK 0 0.50 0.42 0.03
HSL 351.22º 0.9% 0.73% -
HSV(B) 351.22º 0.5% 0.97% -
XYZ 51 36.61 30.36 -
YUV 163.83 116.25 188.04 -
System Red Green Blue C M Y K H S L
Decimal 248 125 143 0 0.50 0.42 0.03 351.22 0.9 0.73
Hex F8 7D 8F 0 32 2A 3 15F 5A 49
Octal 370 175 217 0 62 52 3 537 132 111
Binary 11111000 1111101 10001111 0 110010 101010 11 101011111 1011010 1001001

Color Harmonies of #F87D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87D8F

Black with #F87D8F

Text Example


Text Example

White with #F87D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87D8F; }

 p { color: rgb(248,125,143); }

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

background-color css

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

 a { background-color: rgb(248,125,143); }

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

border-color css

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

 span { border-color: rgb(248,125,143); }

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