Html Css Color HEX #F16067 Froly

📋 copy color: '#F16067'

red 241 ◦ green 96 ◦ blue 103

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

Shades of Froly #F16067

Tints of Froly #F16067

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.82%

 BLUE value IS 103 (40.63% from 255) = 23.41%

R = 54.77%
G = 21.82%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F16067 (or 0xF16067) is known color: Froly. HEX triplet: F1, 60 and 67. RGB value is (241,96,103). Sum of RGB (Red+Green+Blue) = 241+96+103=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F16067 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16067 is #0E9F98. Grayscale: #8C8C8C. Windows color (decimal): -958361 or 6775025. OLE color: 6775025.

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

Color convert

RGB 241 96 103 -
CMYK 0 0.60 0.57 0.05
HSL 357.1º 0.84% 0.66% -
HSV(B) 357.1º 0.6% 0.95% -
XYZ 42.91 28.05 15.98 -
YUV 140.15 107.04 199.93 -
System Red Green Blue C M Y K H S L
Decimal 241 96 103 0 0.60 0.57 0.05 357.1 0.84 0.66
Hex F1 60 67 0 3C 39 5 165 54 42
Octal 361 140 147 0 74 71 5 545 124 102
Binary 11110001 1100000 1100111 0 111100 111001 101 101100101 1010100 1000010

Color Harmonies of #F16067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16067

Black with #F16067

Text Example


Text Example

White with #F16067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16067; }

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

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

background-color css

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

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

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

border-color css

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

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

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