Html Css Color HEX #F9607E Brink Pink

📋 copy color: '#F9607E'

red 249 ◦ green 96 ◦ blue 126

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

Shades of Brink Pink #F9607E

Tints of Brink Pink #F9607E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.75%

R = 52.87%
G = 20.38%
B = 26.75%

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

#F9607E (or 0xF9607E) is known color: Brink Pink. HEX triplet: F9, 60 and 7E. RGB value is (249,96,126). Sum of RGB (Red+Green+Blue) = 249+96+126=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F9607E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9607E is #069F81. Grayscale: #919191. Windows color (decimal): -434050 or 8282361. OLE color: 8282361.

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

Color convert

RGB 249 96 126 -
CMYK 0 0.61 0.49 0.02
HSL 348.24º 0.93% 0.68% -
HSV(B) 348.24º 0.61% 0.98% -
XYZ 47.02 30.01 23.05 -
YUV 145.17 117.19 202.06 -
System Red Green Blue C M Y K H S L
Decimal 249 96 126 0 0.61 0.49 0.02 348.24 0.93 0.68
Hex F9 60 7E 0 3D 31 2 15C 5D 44
Octal 371 140 176 0 75 61 2 534 135 104
Binary 11111001 1100000 1111110 0 111101 110001 10 101011100 1011101 1000100

Color Harmonies of #F9607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9607E

Black with #F9607E

Text Example


Text Example

White with #F9607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9607E; }

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

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

background-color css

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

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

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

border-color css

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

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

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