Html Css Color HEX #F17C85 Carissma

📋 copy color: '#F17C85'

red 241 ◦ green 124 ◦ blue 133

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

Shades of Carissma #F17C85

Tints of Carissma #F17C85

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.9%

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

R = 48.39%
G = 24.9%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F17C85 (or 0xF17C85) is known color: Carissma. HEX triplet: F1, 7C and 85. RGB value is (241,124,133). Sum of RGB (Red+Green+Blue) = 241+124+133=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17C85 is #0E837A. Grayscale: #A0A0A0. Windows color (decimal): -951163 or 8748273. OLE color: 8748273.

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

Color convert

RGB 241 124 133 -
CMYK 0 0.49 0.45 0.05
HSL 355.38º 0.81% 0.72% -
HSV(B) 355.38º 0.49% 0.95% -
XYZ 47.72 34.81 26.39 -
YUV 160.01 112.76 185.77 -
System Red Green Blue C M Y K H S L
Decimal 241 124 133 0 0.49 0.45 0.05 355.38 0.81 0.72
Hex F1 7C 85 0 31 2D 5 163 51 48
Octal 361 174 205 0 61 55 5 543 121 110
Binary 11110001 1111100 10000101 0 110001 101101 101 101100011 1010001 1001000

Color Harmonies of #F17C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17C85

Black with #F17C85

Text Example


Text Example

White with #F17C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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