Html Css Color HEX #F08384 Carissma

📋 copy color: '#F08384'

red 240 ◦ green 131 ◦ blue 132

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

Shades of Carissma #F08384

Tints of Carissma #F08384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.24%

R = 47.71%
G = 26.04%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F08384 (or 0xF08384) is known color: Carissma. HEX triplet: F0, 83 and 84. RGB value is (240,131,132). Sum of RGB (Red+Green+Blue) = 240+131+132=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F08384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08384 is #0F7C7B. Grayscale: #A3A3A3. Windows color (decimal): -1014908 or 8684528. OLE color: 8684528.

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

Color convert

RGB 240 131 132 -
CMYK 0 0.45 0.45 0.06
HSL 359.45º 0.78% 0.73% -
HSV(B) 359.45º 0.45% 0.94% -
XYZ 48.22 36.42 26.32 -
YUV 163.71 110.11 182.42 -
System Red Green Blue C M Y K H S L
Decimal 240 131 132 0 0.45 0.45 0.06 359.45 0.78 0.73
Hex F0 83 84 0 2D 2D 6 167 4E 49
Octal 360 203 204 0 55 55 6 547 116 111
Binary 11110000 10000011 10000100 0 101101 101101 110 101100111 1001110 1001001

Color Harmonies of #F08384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08384

Black with #F08384

Text Example


Text Example

White with #F08384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08384; }

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

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

background-color css

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

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

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

border-color css

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

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

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