Html Css Color HEX #F08091 Carissma

📋 copy color: '#F08091'

red 240 ◦ green 128 ◦ blue 145

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

Shades of Carissma #F08091

Tints of Carissma #F08091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.27%

R = 46.78%
G = 24.95%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F08091 (or 0xF08091) is known color: Carissma. HEX triplet: F0, 80 and 91. RGB value is (240,128,145). Sum of RGB (Red+Green+Blue) = 240+128+145=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F08091 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08091 is #0F7F6E. Grayscale: #A3A3A3. Windows color (decimal): -1015663 or 9535728. OLE color: 9535728.

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

Color convert

RGB 240 128 145 -
CMYK 0 0.47 0.40 0.06
HSL 350.89º 0.79% 0.72% -
HSV(B) 350.89º 0.47% 0.94% -
XYZ 48.77 36.01 31.17 -
YUV 163.43 117.61 182.62 -
System Red Green Blue C M Y K H S L
Decimal 240 128 145 0 0.47 0.40 0.06 350.89 0.79 0.72
Hex F0 80 91 0 2F 28 6 15F 4F 48
Octal 360 200 221 0 57 50 6 537 117 110
Binary 11110000 10000000 10010001 0 101111 101000 110 101011111 1001111 1001000

Color Harmonies of #F08091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08091

Black with #F08091

Text Example


Text Example

White with #F08091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08091; }

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

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

background-color css

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

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

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

border-color css

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

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

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