Html Css Color HEX #F0848E Carissma

📋 copy color: '#F0848E'

red 240 ◦ green 132 ◦ blue 142

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

Shades of Carissma #F0848E

Tints of Carissma #F0848E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.63%

R = 46.69%
G = 25.68%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0848E (or 0xF0848E) is known color: Carissma. HEX triplet: F0, 84 and 8E. RGB value is (240,132,142). Sum of RGB (Red+Green+Blue) = 240+132+142=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F0848E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0848E is #0F7B71. Grayscale: #A5A5A5. Windows color (decimal): -1014642 or 9340144. OLE color: 9340144.

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

Color convert

RGB 240 132 142 -
CMYK 0 0.45 0.41 0.06
HSL 354.44º 0.78% 0.73% -
HSV(B) 354.44º 0.45% 0.94% -
XYZ 49.07 36.98 30.14 -
YUV 165.43 114.78 181.19 -
System Red Green Blue C M Y K H S L
Decimal 240 132 142 0 0.45 0.41 0.06 354.44 0.78 0.73
Hex F0 84 8E 0 2D 29 6 162 4E 49
Octal 360 204 216 0 55 51 6 542 116 111
Binary 11110000 10000100 10001110 0 101101 101001 110 101100010 1001110 1001001

Color Harmonies of #F0848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0848E

Black with #F0848E

Text Example


Text Example

White with #F0848E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0848E; }

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

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

background-color css

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

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

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

border-color css

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

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

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