Html Css Color HEX #F9657F Brink Pink

📋 copy color: '#F9657F'

red 249 ◦ green 101 ◦ blue 127

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

Shades of Brink Pink #F9657F

Tints of Brink Pink #F9657F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.62%

R = 52.2%
G = 21.17%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9657F (or 0xF9657F) is known color: Brink Pink. HEX triplet: F9, 65 and 7F. RGB value is (249,101,127). Sum of RGB (Red+Green+Blue) = 249+101+127=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F9657F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9657F is #069A80. Grayscale: #949494. Windows color (decimal): -432769 or 8349177. OLE color: 8349177.

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

Color convert

RGB 249 101 127 -
CMYK 0 0.59 0.49 0.02
HSL 349.46º 0.93% 0.69% -
HSV(B) 349.46º 0.59% 0.98% -
XYZ 47.55 30.98 23.55 -
YUV 148.22 116.03 199.89 -
System Red Green Blue C M Y K H S L
Decimal 249 101 127 0 0.59 0.49 0.02 349.46 0.93 0.69
Hex F9 65 7F 0 3B 31 2 15D 5C 45
Octal 371 145 177 0 73 61 2 535 134 105
Binary 11111001 1100101 1111111 0 111011 110001 10 101011101 1011100 1000101

Color Harmonies of #F9657F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9657F

Black with #F9657F

Text Example


Text Example

White with #F9657F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9657F; }

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

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

background-color css

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

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

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

border-color css

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

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

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