Html Css Color HEX #F68081 Froly

📋 copy color: '#F68081'

red 246 ◦ green 128 ◦ blue 129

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

Shades of Froly #F68081

Tints of Froly #F68081

RGB

 RED value IS 246 (96.48% from 255) = 48.91%

 GREEN value IS 128 (50.39% from 255) = 25.45%

 BLUE value IS 129 (50.78% from 255) = 25.65%

R = 48.91%
G = 25.45%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F68081 (or 0xF68081) is known color: Froly. HEX triplet: F6, 80 and 81. RGB value is (246,128,129). Sum of RGB (Red+Green+Blue) = 246+128+129=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F68081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68081 is #097F7E. Grayscale: #A3A3A3. Windows color (decimal): -622463 or 8487158. OLE color: 8487158.

HSL color Cylindrical-coordinate representation of color #F68081: hue angle of 359.49º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F68081 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 128 129 -
CMYK 0 0.48 0.48 0.04
HSL 359.49º 0.87% 0.73% -
HSV(B) 359.49º 0.48% 0.96% -
XYZ 49.69 36.62 25.22 -
YUV 163.4 108.59 186.92 -
System Red Green Blue C M Y K H S L
Decimal 246 128 129 0 0.48 0.48 0.04 359.49 0.87 0.73
Hex F6 80 81 0 30 30 4 167 57 49
Octal 366 200 201 0 60 60 4 547 127 111
Binary 11110110 10000000 10000001 0 110000 110000 100 101100111 1010111 1001001

Color Harmonies of #F68081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68081

Black with #F68081

Text Example


Text Example

White with #F68081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68081; }

 p { color: rgb(246,128,129); }

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

background-color css

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

 a { background-color: rgb(246,128,129); }

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

border-color css

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

 span { border-color: rgb(246,128,129); }

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