Html Css Color HEX #F9668D Brink Pink

📋 copy color: '#F9668D'

red 249 ◦ green 102 ◦ blue 141

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

Shades of Brink Pink #F9668D

Tints of Brink Pink #F9668D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.73%

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

R = 50.61%
G = 20.73%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9668D (or 0xF9668D) is known color: Brink Pink. HEX triplet: F9, 66 and 8D. RGB value is (249,102,141). Sum of RGB (Red+Green+Blue) = 249+102+141=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F9668D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9668D is #069972. Grayscale: #969696. Windows color (decimal): -432499 or 9266937. OLE color: 9266937.

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

Color convert

RGB 249 102 141 -
CMYK 0 0.59 0.43 0.02
HSL 344.08º 0.92% 0.69% -
HSV(B) 344.08º 0.59% 0.98% -
XYZ 48.63 31.57 28.73 -
YUV 150.4 122.7 198.33 -
System Red Green Blue C M Y K H S L
Decimal 249 102 141 0 0.59 0.43 0.02 344.08 0.92 0.69
Hex F9 66 8D 0 3B 2B 2 158 5C 45
Octal 371 146 215 0 73 53 2 530 134 105
Binary 11111001 1100110 10001101 0 111011 101011 10 101011000 1011100 1000101

Color Harmonies of #F9668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9668D

Black with #F9668D

Text Example


Text Example

White with #F9668D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9668D; }

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

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

background-color css

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

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

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

border-color css

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

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

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