Html Css Color HEX #F96883 Brink Pink

📋 copy color: '#F96883'

red 249 ◦ green 104 ◦ blue 131

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

Shades of Brink Pink #F96883

Tints of Brink Pink #F96883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.07%

R = 51.45%
G = 21.49%
B = 27.07%

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

#F96883 (or 0xF96883) is known color: Brink Pink. HEX triplet: F9, 68 and 83. RGB value is (249,104,131). Sum of RGB (Red+Green+Blue) = 249+104+131=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F96883 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96883 is #06977C. Grayscale: #969696. Windows color (decimal): -431997 or 8612089. OLE color: 8612089.

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

Color convert

RGB 249 104 131 -
CMYK 0 0.58 0.47 0.02
HSL 348.83º 0.92% 0.69% -
HSV(B) 348.83º 0.58% 0.98% -
XYZ 48.11 31.68 25.05 -
YUV 150.43 117.04 198.3 -
System Red Green Blue C M Y K H S L
Decimal 249 104 131 0 0.58 0.47 0.02 348.83 0.92 0.69
Hex F9 68 83 0 3A 2F 2 15D 5C 45
Octal 371 150 203 0 72 57 2 535 134 105
Binary 11111001 1101000 10000011 0 111010 101111 10 101011101 1011100 1000101

Color Harmonies of #F96883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96883

Black with #F96883

Text Example


Text Example

White with #F96883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96883; }

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

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

background-color css

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

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

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

border-color css

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

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

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