Html Css Color HEX #F08385 Carissma

📋 copy color: '#F08385'

red 240 ◦ green 131 ◦ blue 133

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

Shades of Carissma #F08385

Tints of Carissma #F08385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.39%

R = 47.62%
G = 25.99%
B = 26.39%

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

#F08385 (or 0xF08385) is known color: Carissma. HEX triplet: F0, 83 and 85. RGB value is (240,131,133). Sum of RGB (Red+Green+Blue) = 240+131+133=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F08385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08385 is #0F7C7A. Grayscale: #A3A3A3. Windows color (decimal): -1014907 or 8750064. OLE color: 8750064.

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

Color convert

RGB 240 131 133 -
CMYK 0 0.45 0.45 0.06
HSL 358.9º 0.78% 0.73% -
HSV(B) 358.9º 0.45% 0.94% -
XYZ 48.29 36.45 26.68 -
YUV 163.82 110.61 182.34 -
System Red Green Blue C M Y K H S L
Decimal 240 131 133 0 0.45 0.45 0.06 358.9 0.78 0.73
Hex F0 83 85 0 2D 2D 6 167 4E 49
Octal 360 203 205 0 55 55 6 547 116 111
Binary 11110000 10000011 10000101 0 101101 101101 110 101100111 1001110 1001001

Color Harmonies of #F08385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08385

Black with #F08385

Text Example


Text Example

White with #F08385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08385; }

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

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

background-color css

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

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

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

border-color css

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

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

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