Html Css Color HEX #F17C94 Carissma

📋 copy color: '#F17C94'

red 241 ◦ green 124 ◦ blue 148

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

Shades of Carissma #F17C94

Tints of Carissma #F17C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.85%

R = 46.98%
G = 24.17%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F17C94 (or 0xF17C94) is known color: Carissma. HEX triplet: F1, 7C and 94. RGB value is (241,124,148). Sum of RGB (Red+Green+Blue) = 241+124+148=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17C94 is #0E836B. Grayscale: #A1A1A1. Windows color (decimal): -951148 or 9731313. OLE color: 9731313.

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

Color convert

RGB 241 124 148 -
CMYK 0 0.49 0.39 0.05
HSL 347.69º 0.81% 0.72% -
HSV(B) 347.69º 0.49% 0.95% -
XYZ 48.83 35.25 32.25 -
YUV 161.72 120.26 184.55 -
System Red Green Blue C M Y K H S L
Decimal 241 124 148 0 0.49 0.39 0.05 347.69 0.81 0.72
Hex F1 7C 94 0 31 27 5 15C 51 48
Octal 361 174 224 0 61 47 5 534 121 110
Binary 11110001 1111100 10010100 0 110001 100111 101 101011100 1010001 1001000

Color Harmonies of #F17C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17C94

Black with #F17C94

Text Example


Text Example

White with #F17C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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