Html Css Color HEX #F17C8A Carissma

📋 copy color: '#F17C8A'

red 241 ◦ green 124 ◦ blue 138

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

Shades of Carissma #F17C8A

Tints of Carissma #F17C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.44%

R = 47.91%
G = 24.65%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F17C8A (or 0xF17C8A) is known color: Carissma. HEX triplet: F1, 7C and 8A. RGB value is (241,124,138). Sum of RGB (Red+Green+Blue) = 241+124+138=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17C8A is #0E8375. Grayscale: #A0A0A0. Windows color (decimal): -951158 or 9075953. OLE color: 9075953.

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

Color convert

RGB 241 124 138 -
CMYK 0 0.49 0.43 0.05
HSL 352.82º 0.81% 0.72% -
HSV(B) 352.82º 0.49% 0.95% -
XYZ 48.07 34.95 28.26 -
YUV 160.58 115.26 185.36 -
System Red Green Blue C M Y K H S L
Decimal 241 124 138 0 0.49 0.43 0.05 352.82 0.81 0.72
Hex F1 7C 8A 0 31 2B 5 161 51 48
Octal 361 174 212 0 61 53 5 541 121 110
Binary 11110001 1111100 10001010 0 110001 101011 101 101100001 1010001 1001000

Color Harmonies of #F17C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17C8A

Black with #F17C8A

Text Example


Text Example

White with #F17C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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