Html Css Color HEX #F87392 Carissma

📋 copy color: '#F87392'

red 248 ◦ green 115 ◦ blue 146

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

Shades of Carissma #F87392

Tints of Carissma #F87392

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.59%

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

R = 48.72%
G = 22.59%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F87392 (or 0xF87392) is known color: Carissma. HEX triplet: F8, 73 and 92. RGB value is (248,115,146). Sum of RGB (Red+Green+Blue) = 248+115+146=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F87392 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87392 is #078C6D. Grayscale: #9E9E9E. Windows color (decimal): -494702 or 9597944. OLE color: 9597944.

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

Color convert

RGB 248 115 146 -
CMYK 0 0.54 0.41 0.03
HSL 346.02º 0.9% 0.71% -
HSV(B) 346.02º 0.54% 0.97% -
XYZ 50.03 34.29 31.18 -
YUV 158.3 121.06 191.98 -
System Red Green Blue C M Y K H S L
Decimal 248 115 146 0 0.54 0.41 0.03 346.02 0.9 0.71
Hex F8 73 92 0 36 29 3 15A 5A 47
Octal 370 163 222 0 66 51 3 532 132 107
Binary 11111000 1110011 10010010 0 110110 101001 11 101011010 1011010 1000111

Color Harmonies of #F87392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87392

Black with #F87392

Text Example


Text Example

White with #F87392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87392; }

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

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

background-color css

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

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

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

border-color css

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

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

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