Html Css Color HEX #F9718B Brink Pink

📋 copy color: '#F9718B'

red 249 ◦ green 113 ◦ blue 139

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

Shades of Brink Pink #F9718B

Tints of Brink Pink #F9718B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.55%

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

R = 49.7%
G = 22.55%
B = 27.74%

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

#F9718B (or 0xF9718B) is known color: Brink Pink. HEX triplet: F9, 71 and 8B. RGB value is (249,113,139). Sum of RGB (Red+Green+Blue) = 249+113+139=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F9718B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9718B is #068E74. Grayscale: #9C9C9C. Windows color (decimal): -429685 or 9138681. OLE color: 9138681.

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

Color convert

RGB 249 113 139 -
CMYK 0 0.55 0.44 0.02
HSL 348.53º 0.92% 0.71% -
HSV(B) 348.53º 0.55% 0.98% -
XYZ 49.63 33.81 28.34 -
YUV 156.63 118.06 193.89 -
System Red Green Blue C M Y K H S L
Decimal 249 113 139 0 0.55 0.44 0.02 348.53 0.92 0.71
Hex F9 71 8B 0 37 2C 2 15D 5C 47
Octal 371 161 213 0 67 54 2 535 134 107
Binary 11111001 1110001 10001011 0 110111 101100 10 101011101 1011100 1000111

Color Harmonies of #F9718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9718B

Black with #F9718B

Text Example


Text Example

White with #F9718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9718B; }

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

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

background-color css

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

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

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

border-color css

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

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

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