Html Css Color HEX #F18087 Carissma

📋 copy color: '#F18087'

red 241 ◦ green 128 ◦ blue 135

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

Shades of Carissma #F18087

Tints of Carissma #F18087

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.4%

 BLUE value IS 135 (53.13% from 255) = 26.79%

R = 47.82%
G = 25.4%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F18087 (or 0xF18087) is known color: Carissma. HEX triplet: F1, 80 and 87. RGB value is (241,128,135). Sum of RGB (Red+Green+Blue) = 241+128+135=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F18087 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18087 is #0E7F78. Grayscale: #A2A2A2. Windows color (decimal): -950137 or 8880369. OLE color: 8880369.

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

Color convert

RGB 241 128 135 -
CMYK 0 0.47 0.44 0.05
HSL 356.28º 0.8% 0.72% -
HSV(B) 356.28º 0.47% 0.95% -
XYZ 48.37 35.89 27.3 -
YUV 162.59 112.44 183.93 -
System Red Green Blue C M Y K H S L
Decimal 241 128 135 0 0.47 0.44 0.05 356.28 0.8 0.72
Hex F1 80 87 0 2F 2C 5 164 50 48
Octal 361 200 207 0 57 54 5 544 120 110
Binary 11110001 10000000 10000111 0 101111 101100 101 101100100 1010000 1001000

Color Harmonies of #F18087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18087

Black with #F18087

Text Example


Text Example

White with #F18087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18087; }

 p { color: rgb(241,128,135); }

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

background-color css

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

 a { background-color: rgb(241,128,135); }

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

border-color css

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

 span { border-color: rgb(241,128,135); }

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