Html Css Color HEX #F08185 Carissma

📋 copy color: '#F08185'

red 240 ◦ green 129 ◦ blue 133

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

Shades of Carissma #F08185

Tints of Carissma #F08185

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.7%

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

R = 47.81%
G = 25.7%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F08185 (or 0xF08185) is known color: Carissma. HEX triplet: F0, 81 and 85. RGB value is (240,129,133). Sum of RGB (Red+Green+Blue) = 240+129+133=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F08185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08185 is #0F7E7A. Grayscale: #A2A2A2. Windows color (decimal): -1015419 or 8749552. OLE color: 8749552.

HSL color Cylindrical-coordinate representation of color #F08185: hue angle of 357.84º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F08185 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 129 133 -
CMYK 0 0.46 0.45 0.06
HSL 357.84º 0.79% 0.72% -
HSV(B) 357.84º 0.46% 0.94% -
XYZ 48.02 35.92 26.59 -
YUV 162.65 111.27 183.17 -
System Red Green Blue C M Y K H S L
Decimal 240 129 133 0 0.46 0.45 0.06 357.84 0.79 0.72
Hex F0 81 85 0 2E 2D 6 166 4F 48
Octal 360 201 205 0 56 55 6 546 117 110
Binary 11110000 10000001 10000101 0 101110 101101 110 101100110 1001111 1001000

Color Harmonies of #F08185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08185

Black with #F08185

Text Example


Text Example

White with #F08185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08185; }

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

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

background-color css

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

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

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

border-color css

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

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

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