Html Css Color HEX #F7707F Brink Pink

📋 copy color: '#F7707F'

red 247 ◦ green 112 ◦ blue 127

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

Shades of Brink Pink #F7707F

Tints of Brink Pink #F7707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.05%

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

R = 50.82%
G = 23.05%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7707F (or 0xF7707F) is known color: Brink Pink. HEX triplet: F7, 70 and 7F. RGB value is (247,112,127). Sum of RGB (Red+Green+Blue) = 247+112+127=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F7707F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7707F is #088F80. Grayscale: #9A9A9A. Windows color (decimal): -561025 or 8351991. OLE color: 8351991.

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

Color convert

RGB 247 112 127 -
CMYK 0 0.55 0.49 0.03
HSL 353.33º 0.89% 0.7% -
HSV(B) 353.33º 0.55% 0.97% -
XYZ 47.98 32.89 23.9 -
YUV 154.08 112.73 194.28 -
System Red Green Blue C M Y K H S L
Decimal 247 112 127 0 0.55 0.49 0.03 353.33 0.89 0.7
Hex F7 70 7F 0 37 31 3 161 59 46
Octal 367 160 177 0 67 61 3 541 131 106
Binary 11110111 1110000 1111111 0 110111 110001 11 101100001 1011001 1000110

Color Harmonies of #F7707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7707F

Black with #F7707F

Text Example


Text Example

White with #F7707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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