Html Css Color HEX #F17C8E Carissma

📋 copy color: '#F17C8E'

red 241 ◦ green 124 ◦ blue 142

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

Shades of Carissma #F17C8E

Tints of Carissma #F17C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.01%

R = 47.53%
G = 24.46%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F17C8E (or 0xF17C8E) is known color: Carissma. HEX triplet: F1, 7C and 8E. RGB value is (241,124,142). Sum of RGB (Red+Green+Blue) = 241+124+142=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17C8E is #0E8371. Grayscale: #A1A1A1. Windows color (decimal): -951154 or 9338097. OLE color: 9338097.

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

Color convert

RGB 241 124 142 -
CMYK 0 0.49 0.41 0.05
HSL 350.77º 0.81% 0.72% -
HSV(B) 350.77º 0.49% 0.95% -
XYZ 48.37 35.07 29.81 -
YUV 161.04 117.26 185.04 -
System Red Green Blue C M Y K H S L
Decimal 241 124 142 0 0.49 0.41 0.05 350.77 0.81 0.72
Hex F1 7C 8E 0 31 29 5 15F 51 48
Octal 361 174 216 0 61 51 5 537 121 110
Binary 11110001 1111100 10001110 0 110001 101001 101 101011111 1010001 1001000

Color Harmonies of #F17C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17C8E

Black with #F17C8E

Text Example


Text Example

White with #F17C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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