Html Css Color HEX #F16770 Froly

📋 copy color: '#F16770'

red 241 ◦ green 103 ◦ blue 112

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

Shades of Froly #F16770

Tints of Froly #F16770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.59%

 BLUE value IS 112 (44.14% from 255) = 24.56%

R = 52.85%
G = 22.59%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F16770 (or 0xF16770) is known color: Froly. HEX triplet: F1, 67 and 70. RGB value is (241,103,112). Sum of RGB (Red+Green+Blue) = 241+103+112=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F16770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16770 is #0E988F. Grayscale: #919191. Windows color (decimal): -956560 or 7366641. OLE color: 7366641.

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

Color convert

RGB 241 103 112 -
CMYK 0 0.57 0.54 0.05
HSL 356.09º 0.83% 0.67% -
HSV(B) 356.09º 0.57% 0.95% -
XYZ 44.05 29.57 18.72 -
YUV 145.29 109.22 196.27 -
System Red Green Blue C M Y K H S L
Decimal 241 103 112 0 0.57 0.54 0.05 356.09 0.83 0.67
Hex F1 67 70 0 39 36 5 164 53 43
Octal 361 147 160 0 71 66 5 544 123 103
Binary 11110001 1100111 1110000 0 111001 110110 101 101100100 1010011 1000011

Color Harmonies of #F16770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16770

Black with #F16770

Text Example


Text Example

White with #F16770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16770; }

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

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

background-color css

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

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

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

border-color css

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

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

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