Html Css Color HEX #F0848F Carissma

📋 copy color: '#F0848F'

red 240 ◦ green 132 ◦ blue 143

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

Shades of Carissma #F0848F

Tints of Carissma #F0848F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.77%

R = 46.6%
G = 25.63%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F0848F (or 0xF0848F) is known color: Carissma. HEX triplet: F0, 84 and 8F. RGB value is (240,132,143). Sum of RGB (Red+Green+Blue) = 240+132+143=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F0848F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0848F is #0F7B70. Grayscale: #A5A5A5. Windows color (decimal): -1014641 or 9405680. OLE color: 9405680.

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

Color convert

RGB 240 132 143 -
CMYK 0 0.45 0.40 0.06
HSL 353.89º 0.78% 0.73% -
HSV(B) 353.89º 0.45% 0.94% -
XYZ 49.14 37.01 30.54 -
YUV 165.55 115.28 181.11 -
System Red Green Blue C M Y K H S L
Decimal 240 132 143 0 0.45 0.40 0.06 353.89 0.78 0.73
Hex F0 84 8F 0 2D 28 6 162 4E 49
Octal 360 204 217 0 55 50 6 542 116 111
Binary 11110000 10000100 10001111 0 101101 101000 110 101100010 1001110 1001001

Color Harmonies of #F0848F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0848F

Black with #F0848F

Text Example


Text Example

White with #F0848F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0848F; }

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

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

background-color css

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

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

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

border-color css

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

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

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