Html Css Color HEX #F6727E Froly

📋 copy color: '#F6727E'

red 246 ◦ green 114 ◦ blue 126

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

Shades of Froly #F6727E

Tints of Froly #F6727E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.93%

R = 50.62%
G = 23.46%
B = 25.93%

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

#F6727E (or 0xF6727E) is known color: Froly. HEX triplet: F6, 72 and 7E. RGB value is (246,114,126). Sum of RGB (Red+Green+Blue) = 246+114+126=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F6727E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6727E is #098D81. Grayscale: #9A9A9A. Windows color (decimal): -626050 or 8286966. OLE color: 8286966.

HSL color Cylindrical-coordinate representation of color #F6727E: hue angle of 354.55º 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 #F6727E is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 114 126 -
CMYK 0 0.54 0.49 0.04
HSL 354.55º 0.88% 0.71% -
HSV(B) 354.55º 0.54% 0.96% -
XYZ 47.79 33.13 23.62 -
YUV 154.84 111.73 193.02 -
System Red Green Blue C M Y K H S L
Decimal 246 114 126 0 0.54 0.49 0.04 354.55 0.88 0.71
Hex F6 72 7E 0 36 31 4 163 58 47
Octal 366 162 176 0 66 61 4 543 130 107
Binary 11110110 1110010 1111110 0 110110 110001 100 101100011 1011000 1000111

Color Harmonies of #F6727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6727E

Black with #F6727E

Text Example


Text Example

White with #F6727E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6727E; }

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

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

background-color css

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

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

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

border-color css

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

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

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