Html Css Color HEX #F7727F Brink Pink

📋 copy color: '#F7727F'

red 247 ◦ green 114 ◦ blue 127

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

Shades of Brink Pink #F7727F

Tints of Brink Pink #F7727F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.36%

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

R = 50.61%
G = 23.36%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7727F (or 0xF7727F) is known color: Brink Pink. HEX triplet: F7, 72 and 7F. RGB value is (247,114,127). Sum of RGB (Red+Green+Blue) = 247+114+127=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F7727F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7727F is #088D80. Grayscale: #9B9B9B. Windows color (decimal): -560513 or 8352503. OLE color: 8352503.

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

Color convert

RGB 247 114 127 -
CMYK 0 0.54 0.49 0.03
HSL 354.14º 0.89% 0.71% -
HSV(B) 354.14º 0.54% 0.97% -
XYZ 48.21 33.34 23.97 -
YUV 155.25 112.06 193.44 -
System Red Green Blue C M Y K H S L
Decimal 247 114 127 0 0.54 0.49 0.03 354.14 0.89 0.71
Hex F7 72 7F 0 36 31 3 162 59 47
Octal 367 162 177 0 66 61 3 542 131 107
Binary 11110111 1110010 1111111 0 110110 110001 11 101100010 1011001 1000111

Color Harmonies of #F7727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7727F

Black with #F7727F

Text Example


Text Example

White with #F7727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7727F; }

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

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

background-color css

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

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

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

border-color css

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

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

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