Html Css Color HEX #F17381 Froly

📋 copy color: '#F17381'

red 241 ◦ green 115 ◦ blue 129

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

Shades of Froly #F17381

Tints of Froly #F17381

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.71%

 BLUE value IS 129 (50.78% from 255) = 26.6%

R = 49.69%
G = 23.71%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F17381 (or 0xF17381) is known color: Froly. HEX triplet: F1, 73 and 81. RGB value is (241,115,129). Sum of RGB (Red+Green+Blue) = 241+115+129=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F17381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17381 is #0E8C7E. Grayscale: #9A9A9A. Windows color (decimal): -953471 or 8483825. OLE color: 8483825.

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

Color convert

RGB 241 115 129 -
CMYK 0 0.52 0.46 0.05
HSL 353.33º 0.82% 0.7% -
HSV(B) 353.33º 0.52% 0.95% -
XYZ 46.37 32.55 24.61 -
YUV 154.27 113.74 189.86 -
System Red Green Blue C M Y K H S L
Decimal 241 115 129 0 0.52 0.46 0.05 353.33 0.82 0.7
Hex F1 73 81 0 34 2E 5 161 52 46
Octal 361 163 201 0 64 56 5 541 122 106
Binary 11110001 1110011 10000001 0 110100 101110 101 101100001 1010010 1000110

Color Harmonies of #F17381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17381

Black with #F17381

Text Example


Text Example

White with #F17381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17381; }

 p { color: rgb(241,115,129); }

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

background-color css

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

 a { background-color: rgb(241,115,129); }

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

border-color css

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

 span { border-color: rgb(241,115,129); }

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