Html Css Color HEX #F9727C Brink Pink

📋 copy color: '#F9727C'

red 249 ◦ green 114 ◦ blue 124

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

Shades of Brink Pink #F9727C

Tints of Brink Pink #F9727C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.46%

R = 51.13%
G = 23.41%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F9727C (or 0xF9727C) is known color: Brink Pink. HEX triplet: F9, 72 and 7C. RGB value is (249,114,124). Sum of RGB (Red+Green+Blue) = 249+114+124=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F9727C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9727C is #068D83. Grayscale: #9B9B9B. Windows color (decimal): -429444 or 8155897. OLE color: 8155897.

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

Color convert

RGB 249 114 124 -
CMYK 0 0.54 0.50 0.02
HSL 355.56º 0.92% 0.71% -
HSV(B) 355.56º 0.54% 0.98% -
XYZ 48.72 33.63 22.99 -
YUV 155.51 110.23 194.69 -
System Red Green Blue C M Y K H S L
Decimal 249 114 124 0 0.54 0.50 0.02 355.56 0.92 0.71
Hex F9 72 7C 0 36 32 2 164 5C 47
Octal 371 162 174 0 66 62 2 544 134 107
Binary 11111001 1110010 1111100 0 110110 110010 10 101100100 1011100 1000111

Color Harmonies of #F9727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9727C

Black with #F9727C

Text Example


Text Example

White with #F9727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9727C; }

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

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

background-color css

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

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

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

border-color css

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

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

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