Html Css Color HEX #F9708B Brink Pink

📋 copy color: '#F9708B'

red 249 ◦ green 112 ◦ blue 139

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

Shades of Brink Pink #F9708B

Tints of Brink Pink #F9708B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.8%

R = 49.8%
G = 22.4%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9708B (or 0xF9708B) is known color: Brink Pink. HEX triplet: F9, 70 and 8B. RGB value is (249,112,139). Sum of RGB (Red+Green+Blue) = 249+112+139=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F9708B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9708B is #068F74. Grayscale: #9C9C9C. Windows color (decimal): -429941 or 9138425. OLE color: 9138425.

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

Color convert

RGB 249 112 139 -
CMYK 0 0.55 0.44 0.02
HSL 348.18º 0.92% 0.71% -
HSV(B) 348.18º 0.55% 0.98% -
XYZ 49.52 33.59 28.3 -
YUV 156.04 118.39 194.3 -
System Red Green Blue C M Y K H S L
Decimal 249 112 139 0 0.55 0.44 0.02 348.18 0.92 0.71
Hex F9 70 8B 0 37 2C 2 15C 5C 47
Octal 371 160 213 0 67 54 2 534 134 107
Binary 11111001 1110000 10001011 0 110111 101100 10 101011100 1011100 1000111

Color Harmonies of #F9708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9708B

Black with #F9708B

Text Example


Text Example

White with #F9708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9708B; }

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

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

background-color css

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

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

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

border-color css

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

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

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