Html Css Color HEX #F0848C Carissma

📋 copy color: '#F0848C'

red 240 ◦ green 132 ◦ blue 140

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

Shades of Carissma #F0848C

Tints of Carissma #F0848C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.34%

R = 46.88%
G = 25.78%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0848C (or 0xF0848C) is known color: Carissma. HEX triplet: F0, 84 and 8C. RGB value is (240,132,140). Sum of RGB (Red+Green+Blue) = 240+132+140=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F0848C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0848C is #0F7B73. Grayscale: #A5A5A5. Windows color (decimal): -1014644 or 9209072. OLE color: 9209072.

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

Color convert

RGB 240 132 140 -
CMYK 0 0.45 0.42 0.06
HSL 355.56º 0.78% 0.73% -
HSV(B) 355.56º 0.45% 0.94% -
XYZ 48.92 36.92 29.36 -
YUV 165.2 113.78 181.35 -
System Red Green Blue C M Y K H S L
Decimal 240 132 140 0 0.45 0.42 0.06 355.56 0.78 0.73
Hex F0 84 8C 0 2D 2A 6 164 4E 49
Octal 360 204 214 0 55 52 6 544 116 111
Binary 11110000 10000100 10001100 0 101101 101010 110 101100100 1001110 1001001

Color Harmonies of #F0848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0848C

Black with #F0848C

Text Example


Text Example

White with #F0848C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0848C; }

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

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

background-color css

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

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

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

border-color css

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

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

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