Html Css Color HEX #F17C8C Carissma

📋 copy color: '#F17C8C'

red 241 ◦ green 124 ◦ blue 140

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

Shades of Carissma #F17C8C

Tints of Carissma #F17C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.72%

R = 47.72%
G = 24.55%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F17C8C (or 0xF17C8C) is known color: Carissma. HEX triplet: F1, 7C and 8C. RGB value is (241,124,140). Sum of RGB (Red+Green+Blue) = 241+124+140=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17C8C is #0E8373. Grayscale: #A0A0A0. Windows color (decimal): -951156 or 9207025. OLE color: 9207025.

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

Color convert

RGB 241 124 140 -
CMYK 0 0.49 0.42 0.05
HSL 351.79º 0.81% 0.72% -
HSV(B) 351.79º 0.49% 0.95% -
XYZ 48.22 35.01 29.03 -
YUV 160.81 116.26 185.2 -
System Red Green Blue C M Y K H S L
Decimal 241 124 140 0 0.49 0.42 0.05 351.79 0.81 0.72
Hex F1 7C 8C 0 31 2A 5 160 51 48
Octal 361 174 214 0 61 52 5 540 121 110
Binary 11110001 1111100 10001100 0 110001 101010 101 101100000 1010001 1001000

Color Harmonies of #F17C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17C8C

Black with #F17C8C

Text Example


Text Example

White with #F17C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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