Html Css Color HEX #F96A7A Brink Pink

📋 copy color: '#F96A7A'

red 249 ◦ green 106 ◦ blue 122

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

Shades of Brink Pink #F96A7A

Tints of Brink Pink #F96A7A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.22%

 BLUE value IS 122 (48.05% from 255) = 25.58%

R = 52.2%
G = 22.22%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F96A7A (or 0xF96A7A) is known color: Brink Pink. HEX triplet: F9, 6A and 7A. RGB value is (249,106,122). Sum of RGB (Red+Green+Blue) = 249+106+122=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96A7A is #069585. Grayscale: #969696. Windows color (decimal): -431494 or 8022777. OLE color: 8022777.

HSL color Cylindrical-coordinate representation of color #F96A7A: hue angle of 353.29º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96A7A is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 106 122 -
CMYK 0 0.57 0.51 0.02
HSL 353.29º 0.92% 0.7% -
HSV(B) 353.29º 0.57% 0.98% -
XYZ 47.73 31.85 22.04 -
YUV 150.58 111.88 198.2 -
System Red Green Blue C M Y K H S L
Decimal 249 106 122 0 0.57 0.51 0.02 353.29 0.92 0.7
Hex F9 6A 7A 0 39 33 2 161 5C 46
Octal 371 152 172 0 71 63 2 541 134 106
Binary 11111001 1101010 1111010 0 111001 110011 10 101100001 1011100 1000110

Color Harmonies of #F96A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96A7A

Black with #F96A7A

Text Example


Text Example

White with #F96A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96A7A; }

 p { color: rgb(249,106,122); }

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

background-color css

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

 a { background-color: rgb(249,106,122); }

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

border-color css

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

 span { border-color: rgb(249,106,122); }

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