Html Css Color HEX #F9648D Brink Pink

📋 copy color: '#F9648D'

red 249 ◦ green 100 ◦ blue 141

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

Shades of Brink Pink #F9648D

Tints of Brink Pink #F9648D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.78%

R = 50.82%
G = 20.41%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9648D (or 0xF9648D) is known color: Brink Pink. HEX triplet: F9, 64 and 8D. RGB value is (249,100,141). Sum of RGB (Red+Green+Blue) = 249+100+141=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F9648D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9648D is #069B72. Grayscale: #959595. Windows color (decimal): -433011 or 9266425. OLE color: 9266425.

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

Color convert

RGB 249 100 141 -
CMYK 0 0.60 0.43 0.02
HSL 343.49º 0.93% 0.68% -
HSV(B) 343.49º 0.6% 0.98% -
XYZ 48.43 31.18 28.66 -
YUV 149.23 123.36 199.17 -
System Red Green Blue C M Y K H S L
Decimal 249 100 141 0 0.60 0.43 0.02 343.49 0.93 0.68
Hex F9 64 8D 0 3C 2B 2 157 5D 44
Octal 371 144 215 0 74 53 2 527 135 104
Binary 11111001 1100100 10001101 0 111100 101011 10 101010111 1011101 1000100

Color Harmonies of #F9648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9648D

Black with #F9648D

Text Example


Text Example

White with #F9648D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9648D; }

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

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

background-color css

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

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

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

border-color css

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

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

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