Html Css Color HEX #F9707D Brink Pink

📋 copy color: '#F9707D'

red 249 ◦ green 112 ◦ blue 125

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

Shades of Brink Pink #F9707D

Tints of Brink Pink #F9707D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.05%

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

R = 51.23%
G = 23.05%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F9707D (or 0xF9707D) is known color: Brink Pink. HEX triplet: F9, 70 and 7D. RGB value is (249,112,125). Sum of RGB (Red+Green+Blue) = 249+112+125=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F9707D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9707D is #068F82. Grayscale: #9A9A9A. Windows color (decimal): -429955 or 8220921. OLE color: 8220921.

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

Color convert

RGB 249 112 125 -
CMYK 0 0.55 0.50 0.02
HSL 354.31º 0.92% 0.71% -
HSV(B) 354.31º 0.55% 0.98% -
XYZ 48.56 33.21 23.25 -
YUV 154.45 111.39 195.44 -
System Red Green Blue C M Y K H S L
Decimal 249 112 125 0 0.55 0.50 0.02 354.31 0.92 0.71
Hex F9 70 7D 0 37 32 2 162 5C 47
Octal 371 160 175 0 67 62 2 542 134 107
Binary 11111001 1110000 1111101 0 110111 110010 10 101100010 1011100 1000111

Color Harmonies of #F9707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9707D

Black with #F9707D

Text Example


Text Example

White with #F9707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9707D; }

 p { color: rgb(249,112,125); }

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

background-color css

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

 a { background-color: rgb(249,112,125); }

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

border-color css

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

 span { border-color: rgb(249,112,125); }

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