Html Css Color HEX #F96083 Brink Pink

📋 copy color: '#F96083'

red 249 ◦ green 96 ◦ blue 131

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

Shades of Brink Pink #F96083

Tints of Brink Pink #F96083

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.17%

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

R = 52.31%
G = 20.17%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F96083 (or 0xF96083) is known color: Brink Pink. HEX triplet: F9, 60 and 83. RGB value is (249,96,131). Sum of RGB (Red+Green+Blue) = 249+96+131=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 131 (51.56% from 255 or 27.52% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F96083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96083 is #069F7C. Grayscale: #919191. Windows color (decimal): -434045 or 8610041. OLE color: 8610041.

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

Color convert

RGB 249 96 131 -
CMYK 0 0.61 0.47 0.02
HSL 346.27º 0.93% 0.68% -
HSV(B) 346.27º 0.61% 0.98% -
XYZ 47.35 30.14 24.8 -
YUV 145.74 119.69 201.65 -
System Red Green Blue C M Y K H S L
Decimal 249 96 131 0 0.61 0.47 0.02 346.27 0.93 0.68
Hex F9 60 83 0 3D 2F 2 15A 5D 44
Octal 371 140 203 0 75 57 2 532 135 104
Binary 11111001 1100000 10000011 0 111101 101111 10 101011010 1011101 1000100

Color Harmonies of #F96083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96083

Black with #F96083

Text Example


Text Example

White with #F96083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96083; }

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

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

background-color css

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

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

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

border-color css

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

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

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