Html Css Color HEX #F18385 Carissma

📋 copy color: '#F18385'

red 241 ◦ green 131 ◦ blue 133

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

Shades of Carissma #F18385

Tints of Carissma #F18385

RGB

 RED value IS 241 (94.53% from 255) = 47.72%

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

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

R = 47.72%
G = 25.94%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F18385 (or 0xF18385) is known color: Carissma. HEX triplet: F1, 83 and 85. RGB value is (241,131,133). Sum of RGB (Red+Green+Blue) = 241+131+133=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F18385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18385 is #0E7C7A. Grayscale: #A4A4A4. Windows color (decimal): -949371 or 8750065. OLE color: 8750065.

HSL color Cylindrical-coordinate representation of color #F18385: hue angle of 358.91º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F18385 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 131 133 -
CMYK 0 0.46 0.45 0.05
HSL 358.91º 0.8% 0.73% -
HSV(B) 358.91º 0.46% 0.95% -
XYZ 48.63 36.63 26.7 -
YUV 164.12 110.44 182.84 -
System Red Green Blue C M Y K H S L
Decimal 241 131 133 0 0.46 0.45 0.05 358.91 0.8 0.73
Hex F1 83 85 0 2E 2D 5 167 50 49
Octal 361 203 205 0 56 55 5 547 120 111
Binary 11110001 10000011 10000101 0 101110 101101 101 101100111 1010000 1001001

Color Harmonies of #F18385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18385

Black with #F18385

Text Example


Text Example

White with #F18385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18385; }

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

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

background-color css

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

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

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

border-color css

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

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

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