Html Css Color HEX #F08593 Carissma

📋 copy color: '#F08593'

red 240 ◦ green 133 ◦ blue 147

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

Shades of Carissma #F08593

Tints of Carissma #F08593

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.58%

 BLUE value IS 147 (57.81% from 255) = 28.27%

R = 46.15%
G = 25.58%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F08593 (or 0xF08593) is known color: Carissma. HEX triplet: F0, 85 and 93. RGB value is (240,133,147). Sum of RGB (Red+Green+Blue) = 240+133+147=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F08593 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08593 is #0F7A6C. Grayscale: #A6A6A6. Windows color (decimal): -1014381 or 9668080. OLE color: 9668080.

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

Color convert

RGB 240 133 147 -
CMYK 0 0.45 0.39 0.06
HSL 352.15º 0.78% 0.73% -
HSV(B) 352.15º 0.45% 0.94% -
XYZ 49.59 37.41 32.21 -
YUV 166.59 116.95 180.36 -
System Red Green Blue C M Y K H S L
Decimal 240 133 147 0 0.45 0.39 0.06 352.15 0.78 0.73
Hex F0 85 93 0 2D 27 6 160 4E 49
Octal 360 205 223 0 55 47 6 540 116 111
Binary 11110000 10000101 10010011 0 101101 100111 110 101100000 1001110 1001001

Color Harmonies of #F08593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08593

Black with #F08593

Text Example


Text Example

White with #F08593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08593; }

 p { color: rgb(240,133,147); }

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

background-color css

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

 a { background-color: rgb(240,133,147); }

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

border-color css

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

 span { border-color: rgb(240,133,147); }

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