Html Css Color HEX #F0838A Carissma

📋 copy color: '#F0838A'

red 240 ◦ green 131 ◦ blue 138

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

Shades of Carissma #F0838A

Tints of Carissma #F0838A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.74%

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

R = 47.15%
G = 25.74%
B = 27.11%

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

#F0838A (or 0xF0838A) is known color: Carissma. HEX triplet: F0, 83 and 8A. RGB value is (240,131,138). Sum of RGB (Red+Green+Blue) = 240+131+138=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F0838A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0838A is #0F7C75. Grayscale: #A4A4A4. Windows color (decimal): -1014902 or 9077744. OLE color: 9077744.

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

Color convert

RGB 240 131 138 -
CMYK 0 0.45 0.42 0.06
HSL 356.15º 0.78% 0.73% -
HSV(B) 356.15º 0.45% 0.94% -
XYZ 48.64 36.59 28.54 -
YUV 164.39 113.11 181.93 -
System Red Green Blue C M Y K H S L
Decimal 240 131 138 0 0.45 0.42 0.06 356.15 0.78 0.73
Hex F0 83 8A 0 2D 2A 6 164 4E 49
Octal 360 203 212 0 55 52 6 544 116 111
Binary 11110000 10000011 10001010 0 101101 101010 110 101100100 1001110 1001001

Color Harmonies of #F0838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0838A

Black with #F0838A

Text Example


Text Example

White with #F0838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0838A; }

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

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

background-color css

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

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

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

border-color css

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

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

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