Html Css Color HEX #F9607F Brink Pink

📋 copy color: '#F9607F'

red 249 ◦ green 96 ◦ blue 127

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

Shades of Brink Pink #F9607F

Tints of Brink Pink #F9607F

RGB

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

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

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

R = 52.75%
G = 20.34%
B = 26.91%

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

#F9607F (or 0xF9607F) is known color: Brink Pink. HEX triplet: F9, 60 and 7F. RGB value is (249,96,127). Sum of RGB (Red+Green+Blue) = 249+96+127=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F9607F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9607F is #069F80. Grayscale: #919191. Windows color (decimal): -434049 or 8347897. OLE color: 8347897.

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

Color convert

RGB 249 96 127 -
CMYK 0 0.61 0.49 0.02
HSL 347.84º 0.93% 0.68% -
HSV(B) 347.84º 0.61% 0.98% -
XYZ 47.08 30.04 23.4 -
YUV 145.28 117.69 201.98 -
System Red Green Blue C M Y K H S L
Decimal 249 96 127 0 0.61 0.49 0.02 347.84 0.93 0.68
Hex F9 60 7F 0 3D 31 2 15C 5D 44
Octal 371 140 177 0 75 61 2 534 135 104
Binary 11111001 1100000 1111111 0 111101 110001 10 101011100 1011101 1000100

Color Harmonies of #F9607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9607F

Black with #F9607F

Text Example


Text Example

White with #F9607F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9607F; }

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

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

background-color css

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

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

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

border-color css

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

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

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