Html Css Color HEX #F96885 Brink Pink

📋 copy color: '#F96885'

red 249 ◦ green 104 ◦ blue 133

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

Shades of Brink Pink #F96885

Tints of Brink Pink #F96885

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.4%

 BLUE value IS 133 (52.34% from 255) = 27.37%

R = 51.23%
G = 21.4%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F96885 (or 0xF96885) is known color: Brink Pink. HEX triplet: F9, 68 and 85. RGB value is (249,104,133). Sum of RGB (Red+Green+Blue) = 249+104+133=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F96885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96885 is #06977A. Grayscale: #969696. Windows color (decimal): -431995 or 8743161. OLE color: 8743161.

HSL color Cylindrical-coordinate representation of color #F96885: hue angle of 348º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F96885 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 104 133 -
CMYK 0 0.58 0.47 0.02
HSL 348º 0.92% 0.69% -
HSV(B) 348º 0.58% 0.98% -
XYZ 48.25 31.73 25.77 -
YUV 150.66 118.04 198.14 -
System Red Green Blue C M Y K H S L
Decimal 249 104 133 0 0.58 0.47 0.02 348 0.92 0.69
Hex F9 68 85 0 3A 2F 2 15C 5C 45
Octal 371 150 205 0 72 57 2 534 134 105
Binary 11111001 1101000 10000101 0 111010 101111 10 101011100 1011100 1000101

Color Harmonies of #F96885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96885

Black with #F96885

Text Example


Text Example

White with #F96885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96885; }

 p { color: rgb(249,104,133); }

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

background-color css

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

 a { background-color: rgb(249,104,133); }

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

border-color css

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

 span { border-color: rgb(249,104,133); }

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