Html Css Color HEX #F87791 Carissma

📋 copy color: '#F87791'

red 248 ◦ green 119 ◦ blue 145

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

Shades of Carissma #F87791

Tints of Carissma #F87791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.32%

R = 48.44%
G = 23.24%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F87791 (or 0xF87791) is known color: Carissma. HEX triplet: F8, 77 and 91. RGB value is (248,119,145). Sum of RGB (Red+Green+Blue) = 248+119+145=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F87791 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87791 is #07886E. Grayscale: #A0A0A0. Windows color (decimal): -493679 or 9533432. OLE color: 9533432.

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

Color convert

RGB 248 119 145 -
CMYK 0 0.52 0.42 0.03
HSL 347.91º 0.9% 0.72% -
HSV(B) 347.91º 0.52% 0.97% -
XYZ 50.42 35.19 30.92 -
YUV 160.54 119.24 190.39 -
System Red Green Blue C M Y K H S L
Decimal 248 119 145 0 0.52 0.42 0.03 347.91 0.9 0.72
Hex F8 77 91 0 34 2A 3 15C 5A 48
Octal 370 167 221 0 64 52 3 534 132 110
Binary 11111000 1110111 10010001 0 110100 101010 11 101011100 1011010 1001000

Color Harmonies of #F87791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87791

Black with #F87791

Text Example


Text Example

White with #F87791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87791; }

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

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

background-color css

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

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

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

border-color css

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

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

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