Html Css Color HEX #F96788 Brink Pink

📋 copy color: '#F96788'

red 249 ◦ green 103 ◦ blue 136

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

Shades of Brink Pink #F96788

Tints of Brink Pink #F96788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.87%

R = 51.02%
G = 21.11%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F96788 (or 0xF96788) is known color: Brink Pink. HEX triplet: F9, 67 and 88. RGB value is (249,103,136). Sum of RGB (Red+Green+Blue) = 249+103+136=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F96788 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96788 is #069877. Grayscale: #969696. Windows color (decimal): -432248 or 8939513. OLE color: 8939513.

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

Color convert

RGB 249 103 136 -
CMYK 0 0.59 0.45 0.02
HSL 346.44º 0.92% 0.69% -
HSV(B) 346.44º 0.59% 0.98% -
XYZ 48.36 31.62 26.85 -
YUV 150.42 119.87 198.32 -
System Red Green Blue C M Y K H S L
Decimal 249 103 136 0 0.59 0.45 0.02 346.44 0.92 0.69
Hex F9 67 88 0 3B 2D 2 15A 5C 45
Octal 371 147 210 0 73 55 2 532 134 105
Binary 11111001 1100111 10001000 0 111011 101101 10 101011010 1011100 1000101

Color Harmonies of #F96788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96788

Black with #F96788

Text Example


Text Example

White with #F96788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96788; }

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

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

background-color css

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

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

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

border-color css

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

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

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