Html Css Color HEX #F67A82 Froly

📋 copy color: '#F67A82'

red 246 ◦ green 122 ◦ blue 130

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

Shades of Froly #F67A82

Tints of Froly #F67A82

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.5%

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

R = 49.4%
G = 24.5%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F67A82 (or 0xF67A82) is known color: Froly. HEX triplet: F6, 7A and 82. RGB value is (246,122,130). Sum of RGB (Red+Green+Blue) = 246+122+130=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F67A82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67A82 is #09857D. Grayscale: #A0A0A0. Windows color (decimal): -623998 or 8551158. OLE color: 8551158.

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

Color convert

RGB 246 122 130 -
CMYK 0 0.50 0.47 0.04
HSL 356.13º 0.87% 0.72% -
HSV(B) 356.13º 0.5% 0.96% -
XYZ 48.99 35.12 25.32 -
YUV 159.99 111.08 189.35 -
System Red Green Blue C M Y K H S L
Decimal 246 122 130 0 0.50 0.47 0.04 356.13 0.87 0.72
Hex F6 7A 82 0 32 2F 4 164 57 48
Octal 366 172 202 0 62 57 4 544 127 110
Binary 11110110 1111010 10000010 0 110010 101111 100 101100100 1010111 1001000

Color Harmonies of #F67A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67A82

Black with #F67A82

Text Example


Text Example

White with #F67A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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