Html Css Color HEX #F67380 Froly

📋 copy color: '#F67380'

red 246 ◦ green 115 ◦ blue 128

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

Shades of Froly #F67380

Tints of Froly #F67380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.52%

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

R = 50.31%
G = 23.52%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F67380 (or 0xF67380) is known color: Froly. HEX triplet: F6, 73 and 80. RGB value is (246,115,128). Sum of RGB (Red+Green+Blue) = 246+115+128=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F67380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67380 is #098C7F. Grayscale: #9B9B9B. Windows color (decimal): -625792 or 8418294. OLE color: 8418294.

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

Color convert

RGB 246 115 128 -
CMYK 0 0.53 0.48 0.04
HSL 354.05º 0.88% 0.71% -
HSV(B) 354.05º 0.53% 0.96% -
XYZ 48.03 33.41 24.34 -
YUV 155.65 112.4 192.44 -
System Red Green Blue C M Y K H S L
Decimal 246 115 128 0 0.53 0.48 0.04 354.05 0.88 0.71
Hex F6 73 80 0 35 30 4 162 58 47
Octal 366 163 200 0 65 60 4 542 130 107
Binary 11110110 1110011 10000000 0 110101 110000 100 101100010 1011000 1000111

Color Harmonies of #F67380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67380

Black with #F67380

Text Example


Text Example

White with #F67380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67380; }

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

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

background-color css

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

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

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

border-color css

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

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

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