Html Css Color HEX #F6717D Froly

📋 copy color: '#F6717D'

red 246 ◦ green 113 ◦ blue 125

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

Shades of Froly #F6717D

Tints of Froly #F6717D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.35%

 BLUE value IS 125 (49.22% from 255) = 25.83%

R = 50.83%
G = 23.35%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F6717D (or 0xF6717D) is known color: Froly. HEX triplet: F6, 71 and 7D. RGB value is (246,113,125). Sum of RGB (Red+Green+Blue) = 246+113+125=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F6717D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6717D is #098E82. Grayscale: #9A9A9A. Windows color (decimal): -626307 or 8221174. OLE color: 8221174.

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

Color convert

RGB 246 113 125 -
CMYK 0 0.54 0.49 0.04
HSL 354.59º 0.88% 0.7% -
HSV(B) 354.59º 0.54% 0.96% -
XYZ 47.61 32.88 23.24 -
YUV 154.14 111.56 193.52 -
System Red Green Blue C M Y K H S L
Decimal 246 113 125 0 0.54 0.49 0.04 354.59 0.88 0.7
Hex F6 71 7D 0 36 31 4 163 58 46
Octal 366 161 175 0 66 61 4 543 130 106
Binary 11110110 1110001 1111101 0 110110 110001 100 101100011 1011000 1000110

Color Harmonies of #F6717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6717D

Black with #F6717D

Text Example


Text Example

White with #F6717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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