Html Css Color HEX #F17A83 Froly

📋 copy color: '#F17A83'

red 241 ◦ green 122 ◦ blue 131

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

Shades of Froly #F17A83

Tints of Froly #F17A83

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.7%

 BLUE value IS 131 (51.56% from 255) = 26.52%

R = 48.79%
G = 24.7%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F17A83 (or 0xF17A83) is known color: Froly. HEX triplet: F1, 7A and 83. RGB value is (241,122,131). Sum of RGB (Red+Green+Blue) = 241+122+131=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 131 (51.56% from 255 or 26.52% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F17A83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17A83 is #0E857C. Grayscale: #9E9E9E. Windows color (decimal): -951677 or 8616689. OLE color: 8616689.

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

Color convert

RGB 241 122 131 -
CMYK 0 0.49 0.46 0.05
HSL 355.46º 0.81% 0.71% -
HSV(B) 355.46º 0.49% 0.95% -
XYZ 47.33 34.26 25.59 -
YUV 158.61 112.42 186.77 -
System Red Green Blue C M Y K H S L
Decimal 241 122 131 0 0.49 0.46 0.05 355.46 0.81 0.71
Hex F1 7A 83 0 31 2E 5 163 51 47
Octal 361 172 203 0 61 56 5 543 121 107
Binary 11110001 1111010 10000011 0 110001 101110 101 101100011 1010001 1000111

Color Harmonies of #F17A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17A83

Black with #F17A83

Text Example


Text Example

White with #F17A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17A83; }

 p { color: rgb(241,122,131); }

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

background-color css

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

 a { background-color: rgb(241,122,131); }

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

border-color css

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

 span { border-color: rgb(241,122,131); }

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