Html Css Color HEX #F07797 Carissma

📋 copy color: '#F07797'

red 240 ◦ green 119 ◦ blue 151

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

Shades of Carissma #F07797

Tints of Carissma #F07797

RGB

 RED value IS 240 (94.14% from 255) = 47.06%

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

 BLUE value IS 151 (59.38% from 255) = 29.61%

R = 47.06%
G = 23.33%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F07797 (or 0xF07797) is known color: Carissma. HEX triplet: F0, 77 and 97. RGB value is (240,119,151). Sum of RGB (Red+Green+Blue) = 240+119+151=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F07797 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07797 is #0F8868. Grayscale: #9E9E9E. Windows color (decimal): -1017961 or 9926640. OLE color: 9926640.

HSL color Cylindrical-coordinate representation of color #F07797: hue angle of 344.13º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F07797 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 119 151 -
CMYK 0 0.50 0.37 0.06
HSL 344.13º 0.8% 0.7% -
HSV(B) 344.13º 0.5% 0.94% -
XYZ 48.12 33.95 33.3 -
YUV 158.83 123.59 185.9 -
System Red Green Blue C M Y K H S L
Decimal 240 119 151 0 0.50 0.37 0.06 344.13 0.8 0.7
Hex F0 77 97 0 32 25 6 158 50 46
Octal 360 167 227 0 62 45 6 530 120 106
Binary 11110000 1110111 10010111 0 110010 100101 110 101011000 1010000 1000110

Color Harmonies of #F07797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07797

Black with #F07797

Text Example


Text Example

White with #F07797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07797; }

 p { color: rgb(240,119,151); }

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

background-color css

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

 a { background-color: rgb(240,119,151); }

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

border-color css

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

 span { border-color: rgb(240,119,151); }

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