Html Css Color HEX #F87792 Carissma

📋 copy color: '#F87792'

red 248 ◦ green 119 ◦ blue 146

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

Shades of Carissma #F87792

Tints of Carissma #F87792

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.2%

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

R = 48.34%
G = 23.2%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F87792 (or 0xF87792) is known color: Carissma. HEX triplet: F8, 77 and 92. RGB value is (248,119,146). Sum of RGB (Red+Green+Blue) = 248+119+146=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F87792 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87792 is #07886D. Grayscale: #A0A0A0. Windows color (decimal): -493678 or 9598968. OLE color: 9598968.

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

Color convert

RGB 248 119 146 -
CMYK 0 0.52 0.41 0.03
HSL 347.44º 0.9% 0.72% -
HSV(B) 347.44º 0.52% 0.97% -
XYZ 50.5 35.23 31.33 -
YUV 160.65 119.74 190.3 -
System Red Green Blue C M Y K H S L
Decimal 248 119 146 0 0.52 0.41 0.03 347.44 0.9 0.72
Hex F8 77 92 0 34 29 3 15B 5A 48
Octal 370 167 222 0 64 51 3 533 132 110
Binary 11111000 1110111 10010010 0 110100 101001 11 101011011 1011010 1001000

Color Harmonies of #F87792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87792

Black with #F87792

Text Example


Text Example

White with #F87792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87792; }

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

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

background-color css

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

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

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

border-color css

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

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

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