Html Css Color HEX #F17E86 Carissma

📋 copy color: '#F17E86'

red 241 ◦ green 126 ◦ blue 134

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

Shades of Carissma #F17E86

Tints of Carissma #F17E86

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.15%

 BLUE value IS 134 (52.73% from 255) = 26.75%

R = 48.1%
G = 25.15%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F17E86 (or 0xF17E86) is known color: Carissma. HEX triplet: F1, 7E and 86. RGB value is (241,126,134). Sum of RGB (Red+Green+Blue) = 241+126+134=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F17E86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17E86 is #0E8179. Grayscale: #A1A1A1. Windows color (decimal): -950650 or 8814321. OLE color: 8814321.

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

Color convert

RGB 241 126 134 -
CMYK 0 0.48 0.44 0.05
HSL 355.83º 0.8% 0.72% -
HSV(B) 355.83º 0.48% 0.95% -
XYZ 48.04 35.34 26.84 -
YUV 161.3 112.6 184.85 -
System Red Green Blue C M Y K H S L
Decimal 241 126 134 0 0.48 0.44 0.05 355.83 0.8 0.72
Hex F1 7E 86 0 30 2C 5 164 50 48
Octal 361 176 206 0 60 54 5 544 120 110
Binary 11110001 1111110 10000110 0 110000 101100 101 101100100 1010000 1001000

Color Harmonies of #F17E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17E86

Black with #F17E86

Text Example


Text Example

White with #F17E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17E86; }

 p { color: rgb(241,126,134); }

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

background-color css

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

 a { background-color: rgb(241,126,134); }

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

border-color css

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

 span { border-color: rgb(241,126,134); }

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