Html Css Color HEX #F07799 Carissma

📋 copy color: '#F07799'

red 240 ◦ green 119 ◦ blue 153

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

Shades of Carissma #F07799

Tints of Carissma #F07799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.88%

R = 46.88%
G = 23.24%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F07799 (or 0xF07799) is known color: Carissma. HEX triplet: F0, 77 and 99. RGB value is (240,119,153). Sum of RGB (Red+Green+Blue) = 240+119+153=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F07799 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07799 is #0F8866. Grayscale: #9F9F9F. Windows color (decimal): -1017959 or 10057712. OLE color: 10057712.

HSL color Cylindrical-coordinate representation of color #F07799: hue angle of 343.14º 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 #F07799 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 119 153 -
CMYK 0 0.50 0.36 0.06
HSL 343.14º 0.8% 0.7% -
HSV(B) 343.14º 0.5% 0.94% -
XYZ 48.28 34.02 34.16 -
YUV 159.06 124.59 185.74 -
System Red Green Blue C M Y K H S L
Decimal 240 119 153 0 0.50 0.36 0.06 343.14 0.8 0.7
Hex F0 77 99 0 32 24 6 157 50 46
Octal 360 167 231 0 62 44 6 527 120 106
Binary 11110000 1110111 10011001 0 110010 100100 110 101010111 1010000 1000110

Color Harmonies of #F07799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07799

Black with #F07799

Text Example


Text Example

White with #F07799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07799; }

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

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

background-color css

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

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

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

border-color css

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

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

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