Html Css Color HEX #F1707A Froly

📋 copy color: '#F1707A'

red 241 ◦ green 112 ◦ blue 122

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

Shades of Froly #F1707A

Tints of Froly #F1707A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.68%

R = 50.74%
G = 23.58%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1707A (or 0xF1707A) is known color: Froly. HEX triplet: F1, 70 and 7A. RGB value is (241,112,122). Sum of RGB (Red+Green+Blue) = 241+112+122=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F1707A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1707A is #0E8F85. Grayscale: #979797. Windows color (decimal): -954246 or 8024305. OLE color: 8024305.

HSL color Cylindrical-coordinate representation of color #F1707A: hue angle of 355.35º 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 #F1707A is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 112 122 -
CMYK 0 0.54 0.49 0.05
HSL 355.35º 0.82% 0.69% -
HSV(B) 355.35º 0.54% 0.95% -
XYZ 45.58 31.69 22.13 -
YUV 151.71 111.24 191.69 -
System Red Green Blue C M Y K H S L
Decimal 241 112 122 0 0.54 0.49 0.05 355.35 0.82 0.69
Hex F1 70 7A 0 36 31 5 163 52 45
Octal 361 160 172 0 66 61 5 543 122 105
Binary 11110001 1110000 1111010 0 110110 110001 101 101100011 1010010 1000101

Color Harmonies of #F1707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1707A

Black with #F1707A

Text Example


Text Example

White with #F1707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1707A; }

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

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

background-color css

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

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

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

border-color css

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

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

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