Html Css Color HEX #F9627F Brink Pink

📋 copy color: '#F9627F'

red 249 ◦ green 98 ◦ blue 127

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

Shades of Brink Pink #F9627F

Tints of Brink Pink #F9627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.68%

 BLUE value IS 127 (50% from 255) = 26.79%

R = 52.53%
G = 20.68%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9627F (or 0xF9627F) is known color: Brink Pink. HEX triplet: F9, 62 and 7F. RGB value is (249,98,127). Sum of RGB (Red+Green+Blue) = 249+98+127=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F9627F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9627F is #069D80. Grayscale: #929292. Windows color (decimal): -433537 or 8348409. OLE color: 8348409.

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

Color convert

RGB 249 98 127 -
CMYK 0 0.61 0.49 0.02
HSL 348.48º 0.93% 0.68% -
HSV(B) 348.48º 0.61% 0.98% -
XYZ 47.27 30.41 23.46 -
YUV 146.46 117.03 201.14 -
System Red Green Blue C M Y K H S L
Decimal 249 98 127 0 0.61 0.49 0.02 348.48 0.93 0.68
Hex F9 62 7F 0 3D 31 2 15C 5D 44
Octal 371 142 177 0 75 61 2 534 135 104
Binary 11111001 1100010 1111111 0 111101 110001 10 101011100 1011101 1000100

Color Harmonies of #F9627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9627F

Black with #F9627F

Text Example


Text Example

White with #F9627F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9627F; }

 p { color: rgb(249,98,127); }

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

background-color css

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

 a { background-color: rgb(249,98,127); }

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

border-color css

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

 span { border-color: rgb(249,98,127); }

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