Html Css Color HEX #F17F86 Carissma

📋 copy color: '#F17F86'

red 241 ◦ green 127 ◦ blue 134

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

Shades of Carissma #F17F86

Tints of Carissma #F17F86

RGB

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

 GREEN value IS 127 (50% from 255) = 25.3%

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

R = 48.01%
G = 25.3%
B = 26.69%

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

#F17F86 (or 0xF17F86) is known color: Carissma. HEX triplet: F1, 7F and 86. RGB value is (241,127,134). Sum of RGB (Red+Green+Blue) = 241+127+134=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17F86 is #0E8079. Grayscale: #A1A1A1. Windows color (decimal): -950394 or 8814577. OLE color: 8814577.

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

Color convert

RGB 241 127 134 -
CMYK 0 0.47 0.44 0.05
HSL 356.32º 0.8% 0.72% -
HSV(B) 356.32º 0.47% 0.95% -
XYZ 48.17 35.6 26.89 -
YUV 161.88 112.27 184.43 -
System Red Green Blue C M Y K H S L
Decimal 241 127 134 0 0.47 0.44 0.05 356.32 0.8 0.72
Hex F1 7F 86 0 2F 2C 5 164 50 48
Octal 361 177 206 0 57 54 5 544 120 110
Binary 11110001 1111111 10000110 0 101111 101100 101 101100100 1010000 1001000

Color Harmonies of #F17F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17F86

Black with #F17F86

Text Example


Text Example

White with #F17F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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