Html Css Color HEX #F9668F Brink Pink

📋 copy color: '#F9668F'

red 249 ◦ green 102 ◦ blue 143

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

Shades of Brink Pink #F9668F

Tints of Brink Pink #F9668F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.95%

R = 50.4%
G = 20.65%
B = 28.95%

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

#F9668F (or 0xF9668F) is known color: Brink Pink. HEX triplet: F9, 66 and 8F. RGB value is (249,102,143). Sum of RGB (Red+Green+Blue) = 249+102+143=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F9668F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9668F is #069970. Grayscale: #969696. Windows color (decimal): -432497 or 9398009. OLE color: 9398009.

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

Color convert

RGB 249 102 143 -
CMYK 0 0.59 0.43 0.02
HSL 343.27º 0.92% 0.69% -
HSV(B) 343.27º 0.59% 0.98% -
XYZ 48.78 31.63 29.52 -
YUV 150.63 123.7 198.17 -
System Red Green Blue C M Y K H S L
Decimal 249 102 143 0 0.59 0.43 0.02 343.27 0.92 0.69
Hex F9 66 8F 0 3B 2B 2 157 5C 45
Octal 371 146 217 0 73 53 2 527 134 105
Binary 11111001 1100110 10001111 0 111011 101011 10 101010111 1011100 1000101

Color Harmonies of #F9668F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9668F

Black with #F9668F

Text Example


Text Example

White with #F9668F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9668F; }

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

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

background-color css

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

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

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

border-color css

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

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

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