Html Css Color HEX #F1626D Froly

📋 copy color: '#F1626D'

red 241 ◦ green 98 ◦ blue 109

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

Shades of Froly #F1626D

Tints of Froly #F1626D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.88%

 BLUE value IS 109 (42.97% from 255) = 24.33%

R = 53.79%
G = 21.88%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F1626D (or 0xF1626D) is known color: Froly. HEX triplet: F1, 62 and 6D. RGB value is (241,98,109). Sum of RGB (Red+Green+Blue) = 241+98+109=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F1626D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1626D is #0E9D92. Grayscale: #8E8E8E. Windows color (decimal): -957843 or 7168753. OLE color: 7168753.

HSL color Cylindrical-coordinate representation of color #F1626D: hue angle of 355.38º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1626D is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 98 109 -
CMYK 0 0.59 0.55 0.05
HSL 355.38º 0.84% 0.66% -
HSV(B) 355.38º 0.59% 0.95% -
XYZ 43.4 28.54 17.69 -
YUV 142.01 109.38 198.61 -
System Red Green Blue C M Y K H S L
Decimal 241 98 109 0 0.59 0.55 0.05 355.38 0.84 0.66
Hex F1 62 6D 0 3B 37 5 163 54 42
Octal 361 142 155 0 73 67 5 543 124 102
Binary 11110001 1100010 1101101 0 111011 110111 101 101100011 1010100 1000010

Color Harmonies of #F1626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1626D

Black with #F1626D

Text Example


Text Example

White with #F1626D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1626D; }

 p { color: rgb(241,98,109); }

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

background-color css

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

 a { background-color: rgb(241,98,109); }

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

border-color css

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

 span { border-color: rgb(241,98,109); }

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