Html Css Color HEX #F96783 Brink Pink

📋 copy color: '#F96783'

red 249 ◦ green 103 ◦ blue 131

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

Shades of Brink Pink #F96783

Tints of Brink Pink #F96783

RGB

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

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

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

R = 51.55%
G = 21.33%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F96783 (or 0xF96783) is known color: Brink Pink. HEX triplet: F9, 67 and 83. RGB value is (249,103,131). Sum of RGB (Red+Green+Blue) = 249+103+131=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F96783 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96783 is #06987C. Grayscale: #959595. Windows color (decimal): -432253 or 8611833. OLE color: 8611833.

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

Color convert

RGB 249 103 131 -
CMYK 0 0.59 0.47 0.02
HSL 348.49º 0.92% 0.69% -
HSV(B) 348.49º 0.59% 0.98% -
XYZ 48.01 31.48 25.02 -
YUV 149.85 117.37 198.72 -
System Red Green Blue C M Y K H S L
Decimal 249 103 131 0 0.59 0.47 0.02 348.49 0.92 0.69
Hex F9 67 83 0 3B 2F 2 15C 5C 45
Octal 371 147 203 0 73 57 2 534 134 105
Binary 11111001 1100111 10000011 0 111011 101111 10 101011100 1011100 1000101

Color Harmonies of #F96783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96783

Black with #F96783

Text Example


Text Example

White with #F96783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96783; }

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

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

background-color css

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

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

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

border-color css

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

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

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