Html Css Color HEX #F87992 Carissma

📋 copy color: '#F87992'

red 248 ◦ green 121 ◦ blue 146

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

Shades of Carissma #F87992

Tints of Carissma #F87992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.5%

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

R = 48.16%
G = 23.5%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F87992 (or 0xF87992) is known color: Carissma. HEX triplet: F8, 79 and 92. RGB value is (248,121,146). Sum of RGB (Red+Green+Blue) = 248+121+146=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F87992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87992 is #07866D. Grayscale: #A1A1A1. Windows color (decimal): -493166 or 9599480. OLE color: 9599480.

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

Color convert

RGB 248 121 146 -
CMYK 0 0.51 0.41 0.03
HSL 348.19º 0.9% 0.72% -
HSV(B) 348.19º 0.51% 0.97% -
XYZ 50.74 35.71 31.41 -
YUV 161.82 119.08 189.47 -
System Red Green Blue C M Y K H S L
Decimal 248 121 146 0 0.51 0.41 0.03 348.19 0.9 0.72
Hex F8 79 92 0 33 29 3 15C 5A 48
Octal 370 171 222 0 63 51 3 534 132 110
Binary 11111000 1111001 10010010 0 110011 101001 11 101011100 1011010 1001000

Color Harmonies of #F87992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87992

Black with #F87992

Text Example


Text Example

White with #F87992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87992; }

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

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

background-color css

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

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

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

border-color css

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

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

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