Html Css Color HEX #F97281 Brink Pink

📋 copy color: '#F97281'

red 249 ◦ green 114 ◦ blue 129

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

Shades of Brink Pink #F97281

Tints of Brink Pink #F97281

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.17%

 BLUE value IS 129 (50.78% from 255) = 26.22%

R = 50.61%
G = 23.17%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F97281 (or 0xF97281) is known color: Brink Pink. HEX triplet: F9, 72 and 81. RGB value is (249,114,129). Sum of RGB (Red+Green+Blue) = 249+114+129=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F97281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97281 is #068D7E. Grayscale: #9C9C9C. Windows color (decimal): -429439 or 8483577. OLE color: 8483577.

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

Color convert

RGB 249 114 129 -
CMYK 0 0.54 0.48 0.02
HSL 353.33º 0.92% 0.71% -
HSV(B) 353.33º 0.54% 0.98% -
XYZ 49.05 33.76 24.7 -
YUV 156.08 112.73 194.28 -
System Red Green Blue C M Y K H S L
Decimal 249 114 129 0 0.54 0.48 0.02 353.33 0.92 0.71
Hex F9 72 81 0 36 30 2 161 5C 47
Octal 371 162 201 0 66 60 2 541 134 107
Binary 11111001 1110010 10000001 0 110110 110000 10 101100001 1011100 1000111

Color Harmonies of #F97281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97281

Black with #F97281

Text Example


Text Example

White with #F97281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97281; }

 p { color: rgb(249,114,129); }

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

background-color css

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

 a { background-color: rgb(249,114,129); }

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

border-color css

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

 span { border-color: rgb(249,114,129); }

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