Html Css Color HEX #F67D82 Froly

📋 copy color: '#F67D82'

red 246 ◦ green 125 ◦ blue 130

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

Shades of Froly #F67D82

Tints of Froly #F67D82

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.95%

 BLUE value IS 130 (51.17% from 255) = 25.95%

R = 49.1%
G = 24.95%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F67D82 (or 0xF67D82) is known color: Froly. HEX triplet: F6, 7D and 82. RGB value is (246,125,130). Sum of RGB (Red+Green+Blue) = 246+125+130=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67D82 is #09827D. Grayscale: #A1A1A1. Windows color (decimal): -623230 or 8551926. OLE color: 8551926.

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

Color convert

RGB 246 125 130 -
CMYK 0 0.49 0.47 0.04
HSL 357.52º 0.87% 0.73% -
HSV(B) 357.52º 0.49% 0.96% -
XYZ 49.37 35.87 25.44 -
YUV 161.75 110.09 188.09 -
System Red Green Blue C M Y K H S L
Decimal 246 125 130 0 0.49 0.47 0.04 357.52 0.87 0.73
Hex F6 7D 82 0 31 2F 4 166 57 49
Octal 366 175 202 0 61 57 4 546 127 111
Binary 11110110 1111101 10000010 0 110001 101111 100 101100110 1010111 1001001

Color Harmonies of #F67D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67D82

Black with #F67D82

Text Example


Text Example

White with #F67D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67D82; }

 p { color: rgb(246,125,130); }

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

background-color css

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

 a { background-color: rgb(246,125,130); }

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

border-color css

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

 span { border-color: rgb(246,125,130); }

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