Html Css Color HEX #F08089 Carissma

📋 copy color: '#F08089'

red 240 ◦ green 128 ◦ blue 137

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

Shades of Carissma #F08089

Tints of Carissma #F08089

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.35%

 BLUE value IS 137 (53.91% from 255) = 27.13%

R = 47.52%
G = 25.35%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F08089 (or 0xF08089) is known color: Carissma. HEX triplet: F0, 80 and 89. RGB value is (240,128,137). Sum of RGB (Red+Green+Blue) = 240+128+137=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F08089 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08089 is #0F7F76. Grayscale: #A2A2A2. Windows color (decimal): -1015671 or 9011440. OLE color: 9011440.

HSL color Cylindrical-coordinate representation of color #F08089: hue angle of 355.18º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F08089 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 128 137 -
CMYK 0 0.47 0.43 0.06
HSL 355.18º 0.79% 0.72% -
HSV(B) 355.18º 0.47% 0.94% -
XYZ 48.17 35.77 28.03 -
YUV 162.51 113.61 183.27 -
System Red Green Blue C M Y K H S L
Decimal 240 128 137 0 0.47 0.43 0.06 355.18 0.79 0.72
Hex F0 80 89 0 2F 2B 6 163 4F 48
Octal 360 200 211 0 57 53 6 543 117 110
Binary 11110000 10000000 10001001 0 101111 101011 110 101100011 1001111 1001000

Color Harmonies of #F08089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08089

Black with #F08089

Text Example


Text Example

White with #F08089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08089; }

 p { color: rgb(240,128,137); }

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

background-color css

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

 a { background-color: rgb(240,128,137); }

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

border-color css

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

 span { border-color: rgb(240,128,137); }

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