Html Css Color HEX #F67882 Froly

📋 copy color: '#F67882'

red 246 ◦ green 120 ◦ blue 130

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

Shades of Froly #F67882

Tints of Froly #F67882

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.19%

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

R = 49.6%
G = 24.19%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F67882 (or 0xF67882) is known color: Froly. HEX triplet: F6, 78 and 82. RGB value is (246,120,130). Sum of RGB (Red+Green+Blue) = 246+120+130=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F67882 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67882 is #09877D. Grayscale: #9E9E9E. Windows color (decimal): -624510 or 8550646. OLE color: 8550646.

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

Color convert

RGB 246 120 130 -
CMYK 0 0.51 0.47 0.04
HSL 355.24º 0.88% 0.72% -
HSV(B) 355.24º 0.51% 0.96% -
XYZ 48.75 34.64 25.24 -
YUV 158.81 111.74 190.19 -
System Red Green Blue C M Y K H S L
Decimal 246 120 130 0 0.51 0.47 0.04 355.24 0.88 0.72
Hex F6 78 82 0 33 2F 4 163 58 48
Octal 366 170 202 0 63 57 4 543 130 110
Binary 11110110 1111000 10000010 0 110011 101111 100 101100011 1011000 1001000

Color Harmonies of #F67882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67882

Black with #F67882

Text Example


Text Example

White with #F67882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67882; }

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

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

background-color css

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

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

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

border-color css

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

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

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