Html Css Color HEX #F87592 Carissma

📋 copy color: '#F87592'

red 248 ◦ green 117 ◦ blue 146

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

Shades of Carissma #F87592

Tints of Carissma #F87592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.9%

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

R = 48.53%
G = 22.9%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F87592 (or 0xF87592) is known color: Carissma. HEX triplet: F8, 75 and 92. RGB value is (248,117,146). Sum of RGB (Red+Green+Blue) = 248+117+146=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F87592 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87592 is #078A6D. Grayscale: #9F9F9F. Windows color (decimal): -494190 or 9598456. OLE color: 9598456.

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

Color convert

RGB 248 117 146 -
CMYK 0 0.53 0.41 0.03
HSL 346.72º 0.9% 0.72% -
HSV(B) 346.72º 0.53% 0.97% -
XYZ 50.26 34.75 31.25 -
YUV 159.48 120.4 191.14 -
System Red Green Blue C M Y K H S L
Decimal 248 117 146 0 0.53 0.41 0.03 346.72 0.9 0.72
Hex F8 75 92 0 35 29 3 15B 5A 48
Octal 370 165 222 0 65 51 3 533 132 110
Binary 11111000 1110101 10010010 0 110101 101001 11 101011011 1011010 1001000

Color Harmonies of #F87592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87592

Black with #F87592

Text Example


Text Example

White with #F87592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87592; }

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

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

background-color css

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

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

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

border-color css

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

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

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