Html Css Color HEX #F0798A Carissma

📋 copy color: '#F0798A'

red 240 ◦ green 121 ◦ blue 138

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

Shades of Carissma #F0798A

Tints of Carissma #F0798A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.25%

 BLUE value IS 138 (54.3% from 255) = 27.66%

R = 48.1%
G = 24.25%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0798A (or 0xF0798A) is known color: Carissma. HEX triplet: F0, 79 and 8A. RGB value is (240,121,138). Sum of RGB (Red+Green+Blue) = 240+121+138=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 121 (47.66% from 255 or 24.25% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0798A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0798A is #0F8675. Grayscale: #9E9E9E. Windows color (decimal): -1017462 or 9075184. OLE color: 9075184.

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

Color convert

RGB 240 121 138 -
CMYK 0 0.50 0.42 0.06
HSL 351.43º 0.8% 0.71% -
HSV(B) 351.43º 0.5% 0.94% -
XYZ 47.36 34.03 28.12 -
YUV 158.52 116.42 186.12 -
System Red Green Blue C M Y K H S L
Decimal 240 121 138 0 0.50 0.42 0.06 351.43 0.8 0.71
Hex F0 79 8A 0 32 2A 6 15F 50 47
Octal 360 171 212 0 62 52 6 537 120 107
Binary 11110000 1111001 10001010 0 110010 101010 110 101011111 1010000 1000111

Color Harmonies of #F0798A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0798A

Black with #F0798A

Text Example


Text Example

White with #F0798A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0798A; }

 p { color: rgb(240,121,138); }

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

background-color css

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

 a { background-color: rgb(240,121,138); }

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

border-color css

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

 span { border-color: rgb(240,121,138); }

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