Html Css Color HEX #F7607E Brink Pink

📋 copy color: '#F7607E'

red 247 ◦ green 96 ◦ blue 126

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

Shades of Brink Pink #F7607E

Tints of Brink Pink #F7607E

RGB

 RED value IS 247 (96.88% from 255) = 52.67%

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

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

R = 52.67%
G = 20.47%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7607E (or 0xF7607E) is known color: Brink Pink. HEX triplet: F7, 60 and 7E. RGB value is (247,96,126). Sum of RGB (Red+Green+Blue) = 247+96+126=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F7607E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7607E is #089F81. Grayscale: #909090. Windows color (decimal): -565122 or 8282359. OLE color: 8282359.

HSL color Cylindrical-coordinate representation of color #F7607E: hue angle of 348.08º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F7607E is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 96 126 -
CMYK 0 0.61 0.49 0.03
HSL 348.08º 0.9% 0.67% -
HSV(B) 348.08º 0.61% 0.97% -
XYZ 46.31 29.65 23.02 -
YUV 144.57 117.53 201.06 -
System Red Green Blue C M Y K H S L
Decimal 247 96 126 0 0.61 0.49 0.03 348.08 0.9 0.67
Hex F7 60 7E 0 3D 31 3 15C 5A 43
Octal 367 140 176 0 75 61 3 534 132 103
Binary 11110111 1100000 1111110 0 111101 110001 11 101011100 1011010 1000011

Color Harmonies of #F7607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7607E

Black with #F7607E

Text Example


Text Example

White with #F7607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7607E; }

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

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

background-color css

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

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

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

border-color css

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

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

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