Html Css Color HEX #F96779 Brink Pink

📋 copy color: '#F96779'

red 249 ◦ green 103 ◦ blue 121

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

Shades of Brink Pink #F96779

Tints of Brink Pink #F96779

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.78%

 BLUE value IS 121 (47.66% from 255) = 25.58%

R = 52.64%
G = 21.78%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F96779 (or 0xF96779) is known color: Brink Pink. HEX triplet: F9, 67 and 79. RGB value is (249,103,121). Sum of RGB (Red+Green+Blue) = 249+103+121=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F96779 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96779 is #069886. Grayscale: #949494. Windows color (decimal): -432263 or 7956473. OLE color: 7956473.

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

Color convert

RGB 249 103 121 -
CMYK 0 0.59 0.51 0.02
HSL 352.6º 0.92% 0.69% -
HSV(B) 352.6º 0.59% 0.98% -
XYZ 47.37 31.22 21.62 -
YUV 148.71 112.37 199.54 -
System Red Green Blue C M Y K H S L
Decimal 249 103 121 0 0.59 0.51 0.02 352.6 0.92 0.69
Hex F9 67 79 0 3B 33 2 161 5C 45
Octal 371 147 171 0 73 63 2 541 134 105
Binary 11111001 1100111 1111001 0 111011 110011 10 101100001 1011100 1000101

Color Harmonies of #F96779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96779

Black with #F96779

Text Example


Text Example

White with #F96779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96779; }

 p { color: rgb(249,103,121); }

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

background-color css

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

 a { background-color: rgb(249,103,121); }

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

border-color css

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

 span { border-color: rgb(249,103,121); }

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