Html Css Color HEX #F9727A Froly

📋 copy color: '#F9727A'

red 249 ◦ green 114 ◦ blue 122

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

Shades of Froly #F9727A

Tints of Froly #F9727A

RGB

 RED value IS 249 (97.66% from 255) = 51.34%

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

 BLUE value IS 122 (48.05% from 255) = 25.15%

R = 51.34%
G = 23.51%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F9727A (or 0xF9727A) is known color: Froly. HEX triplet: F9, 72 and 7A. RGB value is (249,114,122). Sum of RGB (Red+Green+Blue) = 249+114+122=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F9727A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9727A is #068D85. Grayscale: #9B9B9B. Windows color (decimal): -429446 or 8024825. OLE color: 8024825.

HSL color Cylindrical-coordinate representation of color #F9727A: hue angle of 356.44º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F9727A is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 114 122 -
CMYK 0 0.54 0.51 0.02
HSL 356.44º 0.92% 0.71% -
HSV(B) 356.44º 0.54% 0.98% -
XYZ 48.6 33.58 22.33 -
YUV 155.28 109.23 194.85 -
System Red Green Blue C M Y K H S L
Decimal 249 114 122 0 0.54 0.51 0.02 356.44 0.92 0.71
Hex F9 72 7A 0 36 33 2 164 5C 47
Octal 371 162 172 0 66 63 2 544 134 107
Binary 11111001 1110010 1111010 0 110110 110011 10 101100100 1011100 1000111

Color Harmonies of #F9727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9727A

Black with #F9727A

Text Example


Text Example

White with #F9727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9727A; }

 p { color: rgb(249,114,122); }

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

background-color css

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

 a { background-color: rgb(249,114,122); }

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

border-color css

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

 span { border-color: rgb(249,114,122); }

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