Html Css Color HEX #F97791 Carissma

📋 copy color: '#F97791'

red 249 ◦ green 119 ◦ blue 145

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

Shades of Carissma #F97791

Tints of Carissma #F97791

RGB

 RED value IS 249 (97.66% from 255) = 48.54%

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

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

R = 48.54%
G = 23.2%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F97791 (or 0xF97791) is known color: Carissma. HEX triplet: F9, 77 and 91. RGB value is (249,119,145). Sum of RGB (Red+Green+Blue) = 249+119+145=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F97791 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97791 is #06886E. Grayscale: #A0A0A0. Windows color (decimal): -428143 or 9533433. OLE color: 9533433.

HSL color Cylindrical-coordinate representation of color #F97791: hue angle of 348º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F97791 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 119 145 -
CMYK 0 0.52 0.42 0.02
HSL 348º 0.92% 0.72% -
HSV(B) 348º 0.52% 0.98% -
XYZ 50.77 35.38 30.94 -
YUV 160.83 119.07 190.89 -
System Red Green Blue C M Y K H S L
Decimal 249 119 145 0 0.52 0.42 0.02 348 0.92 0.72
Hex F9 77 91 0 34 2A 2 15C 5C 48
Octal 371 167 221 0 64 52 2 534 134 110
Binary 11111001 1110111 10010001 0 110100 101010 10 101011100 1011100 1001000

Color Harmonies of #F97791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97791

Black with #F97791

Text Example


Text Example

White with #F97791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97791; }

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

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

background-color css

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

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

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

border-color css

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

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

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