Html Css Color HEX #F07790 Carissma

📋 copy color: '#F07790'

red 240 ◦ green 119 ◦ blue 144

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

Shades of Carissma #F07790

Tints of Carissma #F07790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.63%

R = 47.71%
G = 23.66%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F07790 (or 0xF07790) is known color: Carissma. HEX triplet: F0, 77 and 90. RGB value is (240,119,144). Sum of RGB (Red+Green+Blue) = 240+119+144=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F07790 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07790 is #0F886F. Grayscale: #9E9E9E. Windows color (decimal): -1017968 or 9467888. OLE color: 9467888.

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

Color convert

RGB 240 119 144 -
CMYK 0 0.50 0.4 0.06
HSL 347.6º 0.8% 0.7% -
HSV(B) 347.6º 0.5% 0.94% -
XYZ 47.57 33.73 30.39 -
YUV 158.03 120.09 186.47 -
System Red Green Blue C M Y K H S L
Decimal 240 119 144 0 0.50 0.4 0.06 347.6 0.8 0.7
Hex F0 77 90 0 32 28 6 15C 50 46
Octal 360 167 220 0 62 50 6 534 120 106
Binary 11110000 1110111 10010000 0 110010 101000 110 101011100 1010000 1000110

Color Harmonies of #F07790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07790

Black with #F07790

Text Example


Text Example

White with #F07790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07790; }

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

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

background-color css

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

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

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

border-color css

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

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

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