Html Css Color HEX #F96690 Brink Pink

📋 copy color: '#F96690'

red 249 ◦ green 102 ◦ blue 144

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

Shades of Brink Pink #F96690

Tints of Brink Pink #F96690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.61%

 BLUE value IS 144 (56.64% from 255) = 29.09%

R = 50.3%
G = 20.61%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F96690 (or 0xF96690) is known color: Brink Pink. HEX triplet: F9, 66 and 90. RGB value is (249,102,144). Sum of RGB (Red+Green+Blue) = 249+102+144=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F96690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96690 is #06996F. Grayscale: #969696. Windows color (decimal): -432496 or 9463545. OLE color: 9463545.

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

Color convert

RGB 249 102 144 -
CMYK 0 0.59 0.42 0.02
HSL 342.86º 0.92% 0.69% -
HSV(B) 342.86º 0.59% 0.98% -
XYZ 48.85 31.66 29.92 -
YUV 150.74 124.2 198.08 -
System Red Green Blue C M Y K H S L
Decimal 249 102 144 0 0.59 0.42 0.02 342.86 0.92 0.69
Hex F9 66 90 0 3B 2A 2 157 5C 45
Octal 371 146 220 0 73 52 2 527 134 105
Binary 11111001 1100110 10010000 0 111011 101010 10 101010111 1011100 1000101

Color Harmonies of #F96690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96690

Black with #F96690

Text Example


Text Example

White with #F96690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96690; }

 p { color: rgb(249,102,144); }

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

background-color css

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

 a { background-color: rgb(249,102,144); }

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

border-color css

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

 span { border-color: rgb(249,102,144); }

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