Html Css Color HEX #F96677 Brink Pink

📋 copy color: '#F96677'

red 249 ◦ green 102 ◦ blue 119

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

Shades of Brink Pink #F96677

Tints of Brink Pink #F96677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.32%

R = 52.98%
G = 21.7%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F96677 (or 0xF96677) is known color: Brink Pink. HEX triplet: F9, 66 and 77. RGB value is (249,102,119). Sum of RGB (Red+Green+Blue) = 249+102+119=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F96677 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96677 is #069988. Grayscale: #939393. Windows color (decimal): -432521 or 7825145. OLE color: 7825145.

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

Color convert

RGB 249 102 119 -
CMYK 0 0.59 0.52 0.02
HSL 353.06º 0.92% 0.69% -
HSV(B) 353.06º 0.59% 0.98% -
XYZ 47.15 30.97 20.95 -
YUV 147.89 111.7 200.12 -
System Red Green Blue C M Y K H S L
Decimal 249 102 119 0 0.59 0.52 0.02 353.06 0.92 0.69
Hex F9 66 77 0 3B 34 2 161 5C 45
Octal 371 146 167 0 73 64 2 541 134 105
Binary 11111001 1100110 1110111 0 111011 110100 10 101100001 1011100 1000101

Color Harmonies of #F96677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96677

Black with #F96677

Text Example


Text Example

White with #F96677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96677; }

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

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

background-color css

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

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

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

border-color css

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

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

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