Html Css Color HEX #F17274 Froly

📋 copy color: '#F17274'

red 241 ◦ green 114 ◦ blue 116

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

Shades of Froly #F17274

Tints of Froly #F17274

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.2%

 BLUE value IS 116 (45.7% from 255) = 24.63%

R = 51.17%
G = 24.2%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F17274 (or 0xF17274) is known color: Froly. HEX triplet: F1, 72 and 74. RGB value is (241,114,116). Sum of RGB (Red+Green+Blue) = 241+114+116=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F17274 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17274 is #0E8D8B. Grayscale: #989898. Windows color (decimal): -953740 or 7631601. OLE color: 7631601.

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

Color convert

RGB 241 114 116 -
CMYK 0 0.53 0.52 0.05
HSL 359.06º 0.82% 0.7% -
HSV(B) 359.06º 0.53% 0.95% -
XYZ 45.45 32 20.3 -
YUV 152.2 107.58 191.34 -
System Red Green Blue C M Y K H S L
Decimal 241 114 116 0 0.53 0.52 0.05 359.06 0.82 0.7
Hex F1 72 74 0 35 34 5 167 52 46
Octal 361 162 164 0 65 64 5 547 122 106
Binary 11110001 1110010 1110100 0 110101 110100 101 101100111 1010010 1000110

Color Harmonies of #F17274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17274

Black with #F17274

Text Example


Text Example

White with #F17274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17274; }

 p { color: rgb(241,114,116); }

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

background-color css

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

 a { background-color: rgb(241,114,116); }

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

border-color css

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

 span { border-color: rgb(241,114,116); }

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