Html Css Color HEX #F26166 Froly

📋 copy color: '#F26166'

red 242 ◦ green 97 ◦ blue 102

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

Shades of Froly #F26166

Tints of Froly #F26166

RGB

 RED value IS 242 (94.92% from 255) = 54.88%

 GREEN value IS 97 (38.28% from 255) = 22%

 BLUE value IS 102 (40.23% from 255) = 23.13%

R = 54.88%
G = 22%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F26166 (or 0xF26166) is known color: Froly. HEX triplet: F2, 61 and 66. RGB value is (242,97,102). Sum of RGB (Red+Green+Blue) = 242+97+102=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F26166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26166 is #0D9E99. Grayscale: #8D8D8D. Windows color (decimal): -892570 or 6709746. OLE color: 6709746.

HSL color Cylindrical-coordinate representation of color #F26166: hue angle of 357.93º degrees, saturation: 0.85, 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 #F26166 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 97 102 -
CMYK 0 0.60 0.58 0.05
HSL 357.93º 0.85% 0.66% -
HSV(B) 357.93º 0.6% 0.95% -
XYZ 43.29 28.39 15.77 -
YUV 140.93 106.04 200.09 -
System Red Green Blue C M Y K H S L
Decimal 242 97 102 0 0.60 0.58 0.05 357.93 0.85 0.66
Hex F2 61 66 0 3C 3A 5 166 55 42
Octal 362 141 146 0 74 72 5 546 125 102
Binary 11110010 1100001 1100110 0 111100 111010 101 101100110 1010101 1000010

Color Harmonies of #F26166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26166

Black with #F26166

Text Example


Text Example

White with #F26166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26166; }

 p { color: rgb(242,97,102); }

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

background-color css

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

 a { background-color: rgb(242,97,102); }

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

border-color css

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

 span { border-color: rgb(242,97,102); }

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