Html Css Color HEX #F16474 Froly

📋 copy color: '#F16474'

red 241 ◦ green 100 ◦ blue 116

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

Shades of Froly #F16474

Tints of Froly #F16474

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.88%

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

R = 52.74%
G = 21.88%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F16474 (or 0xF16474) is known color: Froly. HEX triplet: F1, 64 and 74. RGB value is (241,100,116). Sum of RGB (Red+Green+Blue) = 241+100+116=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F16474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16474 is #0E9B8B. Grayscale: #909090. Windows color (decimal): -957324 or 7628017. OLE color: 7628017.

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

Color convert

RGB 241 100 116 -
CMYK 0 0.59 0.52 0.05
HSL 353.19º 0.83% 0.67% -
HSV(B) 353.19º 0.59% 0.95% -
XYZ 43.99 29.08 19.82 -
YUV 143.98 112.21 197.2 -
System Red Green Blue C M Y K H S L
Decimal 241 100 116 0 0.59 0.52 0.05 353.19 0.83 0.67
Hex F1 64 74 0 3B 34 5 161 53 43
Octal 361 144 164 0 73 64 5 541 123 103
Binary 11110001 1100100 1110100 0 111011 110100 101 101100001 1010011 1000011

Color Harmonies of #F16474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16474

Black with #F16474

Text Example


Text Example

White with #F16474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16474; }

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

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

background-color css

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

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

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

border-color css

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

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

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