Html Css Color HEX #F9728C Brink Pink

📋 copy color: '#F9728C'

red 249 ◦ green 114 ◦ blue 140

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

Shades of Brink Pink #F9728C

Tints of Brink Pink #F9728C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.83%

R = 49.5%
G = 22.66%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9728C (or 0xF9728C) is known color: Brink Pink. HEX triplet: F9, 72 and 8C. RGB value is (249,114,140). Sum of RGB (Red+Green+Blue) = 249+114+140=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F9728C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9728C is #068D73. Grayscale: #9D9D9D. Windows color (decimal): -429428 or 9204473. OLE color: 9204473.

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

Color convert

RGB 249 114 140 -
CMYK 0 0.54 0.44 0.02
HSL 348.44º 0.92% 0.71% -
HSV(B) 348.44º 0.54% 0.98% -
XYZ 49.82 34.07 28.76 -
YUV 157.33 118.23 193.39 -
System Red Green Blue C M Y K H S L
Decimal 249 114 140 0 0.54 0.44 0.02 348.44 0.92 0.71
Hex F9 72 8C 0 36 2C 2 15C 5C 47
Octal 371 162 214 0 66 54 2 534 134 107
Binary 11111001 1110010 10001100 0 110110 101100 10 101011100 1011100 1000111

Color Harmonies of #F9728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9728C

Black with #F9728C

Text Example


Text Example

White with #F9728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9728C; }

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

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

background-color css

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

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

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

border-color css

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

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

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