Html Css Color HEX #F9657D Brink Pink

📋 copy color: '#F9657D'

red 249 ◦ green 101 ◦ blue 125

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

Shades of Brink Pink #F9657D

Tints of Brink Pink #F9657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.26%

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

R = 52.42%
G = 21.26%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F9657D (or 0xF9657D) is known color: Brink Pink. HEX triplet: F9, 65 and 7D. RGB value is (249,101,125). Sum of RGB (Red+Green+Blue) = 249+101+125=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F9657D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9657D is #069A82. Grayscale: #949494. Windows color (decimal): -432771 or 8218105. OLE color: 8218105.

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

Color convert

RGB 249 101 125 -
CMYK 0 0.59 0.50 0.02
HSL 350.27º 0.93% 0.69% -
HSV(B) 350.27º 0.59% 0.98% -
XYZ 47.42 30.93 22.87 -
YUV 147.99 115.03 200.05 -
System Red Green Blue C M Y K H S L
Decimal 249 101 125 0 0.59 0.50 0.02 350.27 0.93 0.69
Hex F9 65 7D 0 3B 32 2 15E 5C 45
Octal 371 145 175 0 73 62 2 536 134 105
Binary 11111001 1100101 1111101 0 111011 110010 10 101011110 1011100 1000101

Color Harmonies of #F9657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9657D

Black with #F9657D

Text Example


Text Example

White with #F9657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9657D; }

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

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

background-color css

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

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

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

border-color css

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

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

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