Html Css Color HEX #F0849E Carissma

📋 copy color: '#F0849E'

red 240 ◦ green 132 ◦ blue 158

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

Shades of Carissma #F0849E

Tints of Carissma #F0849E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.91%

 BLUE value IS 158 (62.11% from 255) = 29.81%

R = 45.28%
G = 24.91%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0849E (or 0xF0849E) is known color: Carissma. HEX triplet: F0, 84 and 9E. RGB value is (240,132,158). Sum of RGB (Red+Green+Blue) = 240+132+158=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F0849E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0849E is #0F7B61. Grayscale: #A7A7A7. Windows color (decimal): -1014626 or 10388720. OLE color: 10388720.

HSL color Cylindrical-coordinate representation of color #F0849E: hue angle of 345.56º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0849E is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 132 158 -
CMYK 0 0.45 0.34 0.06
HSL 345.56º 0.78% 0.73% -
HSV(B) 345.56º 0.45% 0.94% -
XYZ 50.36 37.5 36.93 -
YUV 167.26 122.78 179.89 -
System Red Green Blue C M Y K H S L
Decimal 240 132 158 0 0.45 0.34 0.06 345.56 0.78 0.73
Hex F0 84 9E 0 2D 22 6 15A 4E 49
Octal 360 204 236 0 55 42 6 532 116 111
Binary 11110000 10000100 10011110 0 101101 100010 110 101011010 1001110 1001001

Color Harmonies of #F0849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0849E

Black with #F0849E

Text Example


Text Example

White with #F0849E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0849E; }

 p { color: rgb(240,132,158); }

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

background-color css

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

 a { background-color: rgb(240,132,158); }

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

border-color css

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

 span { border-color: rgb(240,132,158); }

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