Html Css Color HEX #F7607F Brink Pink

📋 copy color: '#F7607F'

red 247 ◦ green 96 ◦ blue 127

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

Shades of Brink Pink #F7607F

Tints of Brink Pink #F7607F

RGB

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

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

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

R = 52.55%
G = 20.43%
B = 27.02%

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

#F7607F (or 0xF7607F) is known color: Brink Pink. HEX triplet: F7, 60 and 7F. RGB value is (247,96,127). Sum of RGB (Red+Green+Blue) = 247+96+127=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F7607F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7607F is #089F80. Grayscale: #909090. Windows color (decimal): -565121 or 8347895. OLE color: 8347895.

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

Color convert

RGB 247 96 127 -
CMYK 0 0.61 0.49 0.03
HSL 347.68º 0.9% 0.67% -
HSV(B) 347.68º 0.61% 0.97% -
XYZ 46.37 29.67 23.36 -
YUV 144.68 118.03 200.98 -
System Red Green Blue C M Y K H S L
Decimal 247 96 127 0 0.61 0.49 0.03 347.68 0.9 0.67
Hex F7 60 7F 0 3D 31 3 15C 5A 43
Octal 367 140 177 0 75 61 3 534 132 103
Binary 11110111 1100000 1111111 0 111101 110001 11 101011100 1011010 1000011

Color Harmonies of #F7607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7607F

Black with #F7607F

Text Example


Text Example

White with #F7607F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7607F; }

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

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

background-color css

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

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

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

border-color css

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

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

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