Html Css Color HEX #F87A8D Carissma

📋 copy color: '#F87A8D'

red 248 ◦ green 122 ◦ blue 141

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

Shades of Carissma #F87A8D

Tints of Carissma #F87A8D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.87%

 BLUE value IS 141 (55.47% from 255) = 27.59%

R = 48.53%
G = 23.87%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F87A8D (or 0xF87A8D) is known color: Carissma. HEX triplet: F8, 7A and 8D. RGB value is (248,122,141). Sum of RGB (Red+Green+Blue) = 248+122+141=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F87A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87A8D is #078572. Grayscale: #A1A1A1. Windows color (decimal): -492915 or 9272056. OLE color: 9272056.

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

Color convert

RGB 248 122 141 -
CMYK 0 0.51 0.43 0.03
HSL 350.95º 0.9% 0.73% -
HSV(B) 350.95º 0.51% 0.97% -
XYZ 50.48 35.8 29.45 -
YUV 161.84 116.24 189.46 -
System Red Green Blue C M Y K H S L
Decimal 248 122 141 0 0.51 0.43 0.03 350.95 0.9 0.73
Hex F8 7A 8D 0 33 2B 3 15F 5A 49
Octal 370 172 215 0 63 53 3 537 132 111
Binary 11111000 1111010 10001101 0 110011 101011 11 101011111 1011010 1001001

Color Harmonies of #F87A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87A8D

Black with #F87A8D

Text Example


Text Example

White with #F87A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87A8D; }

 p { color: rgb(248,122,141); }

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

background-color css

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

 a { background-color: rgb(248,122,141); }

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

border-color css

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

 span { border-color: rgb(248,122,141); }

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