Html Css Color HEX #F17073 Froly

📋 copy color: '#F17073'

red 241 ◦ green 112 ◦ blue 115

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

Shades of Froly #F17073

Tints of Froly #F17073

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.93%

 BLUE value IS 115 (45.31% from 255) = 24.57%

R = 51.5%
G = 23.93%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F17073 (or 0xF17073) is known color: Froly. HEX triplet: F1, 70 and 73. RGB value is (241,112,115). Sum of RGB (Red+Green+Blue) = 241+112+115=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F17073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17073 is #0E8F8C. Grayscale: #979797. Windows color (decimal): -954253 or 7565553. OLE color: 7565553.

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

Color convert

RGB 241 112 115 -
CMYK 0 0.54 0.52 0.05
HSL 358.6º 0.82% 0.69% -
HSV(B) 358.6º 0.54% 0.95% -
XYZ 45.16 31.53 19.92 -
YUV 150.91 107.74 192.26 -
System Red Green Blue C M Y K H S L
Decimal 241 112 115 0 0.54 0.52 0.05 358.6 0.82 0.69
Hex F1 70 73 0 36 34 5 167 52 45
Octal 361 160 163 0 66 64 5 547 122 105
Binary 11110001 1110000 1110011 0 110110 110100 101 101100111 1010010 1000101

Color Harmonies of #F17073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17073

Black with #F17073

Text Example


Text Example

White with #F17073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17073; }

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

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

background-color css

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

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

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

border-color css

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

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

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