Html Css Color HEX #F6727D Froly

📋 copy color: '#F6727D'

red 246 ◦ green 114 ◦ blue 125

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

Shades of Froly #F6727D

Tints of Froly #F6727D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.51%

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

R = 50.72%
G = 23.51%
B = 25.77%

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

#F6727D (or 0xF6727D) is known color: Froly. HEX triplet: F6, 72 and 7D. RGB value is (246,114,125). Sum of RGB (Red+Green+Blue) = 246+114+125=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F6727D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6727D is #098D82. Grayscale: #9A9A9A. Windows color (decimal): -626051 or 8221430. OLE color: 8221430.

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

Color convert

RGB 246 114 125 -
CMYK 0 0.54 0.49 0.04
HSL 355º 0.88% 0.71% -
HSV(B) 355º 0.54% 0.96% -
XYZ 47.73 33.11 23.28 -
YUV 154.72 111.23 193.11 -
System Red Green Blue C M Y K H S L
Decimal 246 114 125 0 0.54 0.49 0.04 355 0.88 0.71
Hex F6 72 7D 0 36 31 4 163 58 47
Octal 366 162 175 0 66 61 4 543 130 107
Binary 11110110 1110010 1111101 0 110110 110001 100 101100011 1011000 1000111

Color Harmonies of #F6727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6727D

Black with #F6727D

Text Example


Text Example

White with #F6727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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