Html Css Color HEX #F87C92 Carissma

📋 copy color: '#F87C92'

red 248 ◦ green 124 ◦ blue 146

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

Shades of Carissma #F87C92

Tints of Carissma #F87C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.19%

R = 47.88%
G = 23.94%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F87C92 (or 0xF87C92) is known color: Carissma. HEX triplet: F8, 7C and 92. RGB value is (248,124,146). Sum of RGB (Red+Green+Blue) = 248+124+146=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87C92 is #07836D. Grayscale: #A3A3A3. Windows color (decimal): -492398 or 9600248. OLE color: 9600248.

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

Color convert

RGB 248 124 146 -
CMYK 0 0.5 0.41 0.03
HSL 349.35º 0.9% 0.73% -
HSV(B) 349.35º 0.5% 0.97% -
XYZ 51.11 36.45 31.54 -
YUV 163.58 118.08 188.21 -
System Red Green Blue C M Y K H S L
Decimal 248 124 146 0 0.5 0.41 0.03 349.35 0.9 0.73
Hex F8 7C 92 0 32 29 3 15D 5A 49
Octal 370 174 222 0 62 51 3 535 132 111
Binary 11111000 1111100 10010010 0 110010 101001 11 101011101 1011010 1001001

Color Harmonies of #F87C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87C92

Black with #F87C92

Text Example


Text Example

White with #F87C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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