Html Css Color HEX #F67580 Froly

📋 copy color: '#F67580'

red 246 ◦ green 117 ◦ blue 128

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

Shades of Froly #F67580

Tints of Froly #F67580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.83%

 BLUE value IS 128 (50.39% from 255) = 26.07%

R = 50.1%
G = 23.83%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F67580 (or 0xF67580) is known color: Froly. HEX triplet: F6, 75 and 80. RGB value is (246,117,128). Sum of RGB (Red+Green+Blue) = 246+117+128=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F67580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67580 is #098A7F. Grayscale: #9C9C9C. Windows color (decimal): -625280 or 8418806. OLE color: 8418806.

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

Color convert

RGB 246 117 128 -
CMYK 0 0.52 0.48 0.04
HSL 354.88º 0.88% 0.71% -
HSV(B) 354.88º 0.52% 0.96% -
XYZ 48.26 33.87 24.42 -
YUV 156.83 111.74 191.61 -
System Red Green Blue C M Y K H S L
Decimal 246 117 128 0 0.52 0.48 0.04 354.88 0.88 0.71
Hex F6 75 80 0 34 30 4 163 58 47
Octal 366 165 200 0 64 60 4 543 130 107
Binary 11110110 1110101 10000000 0 110100 110000 100 101100011 1011000 1000111

Color Harmonies of #F67580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67580

Black with #F67580

Text Example


Text Example

White with #F67580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67580; }

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

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

background-color css

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

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

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

border-color css

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

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

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