Html Css Color HEX #F9647D Brink Pink

📋 copy color: '#F9647D'

red 249 ◦ green 100 ◦ blue 125

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

Shades of Brink Pink #F9647D

Tints of Brink Pink #F9647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.1%

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

R = 52.53%
G = 21.1%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F9647D (or 0xF9647D) is known color: Brink Pink. HEX triplet: F9, 64 and 7D. RGB value is (249,100,125). Sum of RGB (Red+Green+Blue) = 249+100+125=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F9647D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9647D is #069B82. Grayscale: #939393. Windows color (decimal): -433027 or 8217849. OLE color: 8217849.

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

Color convert

RGB 249 100 125 -
CMYK 0 0.60 0.50 0.02
HSL 349.93º 0.93% 0.68% -
HSV(B) 349.93º 0.6% 0.98% -
XYZ 47.33 30.73 22.84 -
YUV 147.4 115.36 200.47 -
System Red Green Blue C M Y K H S L
Decimal 249 100 125 0 0.60 0.50 0.02 349.93 0.93 0.68
Hex F9 64 7D 0 3C 32 2 15E 5D 44
Octal 371 144 175 0 74 62 2 536 135 104
Binary 11111001 1100100 1111101 0 111100 110010 10 101011110 1011101 1000100

Color Harmonies of #F9647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9647D

Black with #F9647D

Text Example


Text Example

White with #F9647D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9647D; }

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

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

background-color css

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

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

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

border-color css

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

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

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