Html Css Color HEX #F16B7A Froly

📋 copy color: '#F16B7A'

red 241 ◦ green 107 ◦ blue 122

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

Shades of Froly #F16B7A

Tints of Froly #F16B7A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.77%

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

R = 51.28%
G = 22.77%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F16B7A (or 0xF16B7A) is known color: Froly. HEX triplet: F1, 6B and 7A. RGB value is (241,107,122). Sum of RGB (Red+Green+Blue) = 241+107+122=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16B7A is #0E9485. Grayscale: #949494. Windows color (decimal): -955526 or 8023025. OLE color: 8023025.

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

Color convert

RGB 241 107 122 -
CMYK 0 0.56 0.49 0.05
HSL 353.28º 0.83% 0.68% -
HSV(B) 353.28º 0.56% 0.95% -
XYZ 45.05 30.62 21.95 -
YUV 148.78 112.89 193.78 -
System Red Green Blue C M Y K H S L
Decimal 241 107 122 0 0.56 0.49 0.05 353.28 0.83 0.68
Hex F1 6B 7A 0 38 31 5 161 53 44
Octal 361 153 172 0 70 61 5 541 123 104
Binary 11110001 1101011 1111010 0 111000 110001 101 101100001 1010011 1000100

Color Harmonies of #F16B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16B7A

Black with #F16B7A

Text Example


Text Example

White with #F16B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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