Html Css Color HEX #F18287 Carissma

📋 copy color: '#F18287'

red 241 ◦ green 130 ◦ blue 135

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

Shades of Carissma #F18287

Tints of Carissma #F18287

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.69%

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

R = 47.63%
G = 25.69%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F18287 (or 0xF18287) is known color: Carissma. HEX triplet: F1, 82 and 87. RGB value is (241,130,135). Sum of RGB (Red+Green+Blue) = 241+130+135=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F18287 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18287 is #0E7D78. Grayscale: #A3A3A3. Windows color (decimal): -949625 or 8880881. OLE color: 8880881.

HSL color Cylindrical-coordinate representation of color #F18287: hue angle of 357.3º 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 #F18287 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 130 135 -
CMYK 0 0.46 0.44 0.05
HSL 357.3º 0.8% 0.73% -
HSV(B) 357.3º 0.46% 0.95% -
XYZ 48.63 36.42 27.39 -
YUV 163.76 111.77 183.09 -
System Red Green Blue C M Y K H S L
Decimal 241 130 135 0 0.46 0.44 0.05 357.3 0.8 0.73
Hex F1 82 87 0 2E 2C 5 165 50 49
Octal 361 202 207 0 56 54 5 545 120 111
Binary 11110001 10000010 10000111 0 101110 101100 101 101100101 1010000 1001001

Color Harmonies of #F18287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18287

Black with #F18287

Text Example


Text Example

White with #F18287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18287; }

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

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

background-color css

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

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

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

border-color css

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

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

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