Html Css Color HEX #F08086 Carissma

📋 copy color: '#F08086'

red 240 ◦ green 128 ◦ blue 134

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

Shades of Carissma #F08086

Tints of Carissma #F08086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.69%

R = 47.81%
G = 25.5%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F08086 (or 0xF08086) is known color: Carissma. HEX triplet: F0, 80 and 86. RGB value is (240,128,134). Sum of RGB (Red+Green+Blue) = 240+128+134=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F08086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08086 is #0F7F79. Grayscale: #A2A2A2. Windows color (decimal): -1015674 or 8814832. OLE color: 8814832.

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

Color convert

RGB 240 128 134 -
CMYK 0 0.47 0.44 0.06
HSL 356.79º 0.79% 0.72% -
HSV(B) 356.79º 0.47% 0.94% -
XYZ 47.96 35.68 26.91 -
YUV 162.17 112.11 183.51 -
System Red Green Blue C M Y K H S L
Decimal 240 128 134 0 0.47 0.44 0.06 356.79 0.79 0.72
Hex F0 80 86 0 2F 2C 6 165 4F 48
Octal 360 200 206 0 57 54 6 545 117 110
Binary 11110000 10000000 10000110 0 101111 101100 110 101100101 1001111 1001000

Color Harmonies of #F08086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08086

Black with #F08086

Text Example


Text Example

White with #F08086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08086; }

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

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

background-color css

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

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

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

border-color css

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

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

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