Html Css Color HEX #F16774 Froly

📋 copy color: '#F16774'

red 241 ◦ green 103 ◦ blue 116

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

Shades of Froly #F16774

Tints of Froly #F16774

RGB

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

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

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

R = 52.39%
G = 22.39%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F16774 (or 0xF16774) is known color: Froly. HEX triplet: F1, 67 and 74. RGB value is (241,103,116). Sum of RGB (Red+Green+Blue) = 241+103+116=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F16774 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16774 is #0E988B. Grayscale: #919191. Windows color (decimal): -956556 or 7628785. OLE color: 7628785.

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

Color convert

RGB 241 103 116 -
CMYK 0 0.57 0.52 0.05
HSL 354.35º 0.83% 0.67% -
HSV(B) 354.35º 0.57% 0.95% -
XYZ 44.28 29.66 19.91 -
YUV 145.74 111.22 195.94 -
System Red Green Blue C M Y K H S L
Decimal 241 103 116 0 0.57 0.52 0.05 354.35 0.83 0.67
Hex F1 67 74 0 39 34 5 162 53 43
Octal 361 147 164 0 71 64 5 542 123 103
Binary 11110001 1100111 1110100 0 111001 110100 101 101100010 1010011 1000011

Color Harmonies of #F16774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16774

Black with #F16774

Text Example


Text Example

White with #F16774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16774; }

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

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

background-color css

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

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

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

border-color css

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

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

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