Html Css Color HEX #F7557F Brink Pink

📋 copy color: '#F7557F'

red 247 ◦ green 85 ◦ blue 127

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

Shades of Brink Pink #F7557F

Tints of Brink Pink #F7557F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.52%

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

R = 53.81%
G = 18.52%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7557F (or 0xF7557F) is known color: Brink Pink. HEX triplet: F7, 55 and 7F. RGB value is (247,85,127). Sum of RGB (Red+Green+Blue) = 247+85+127=459 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.81% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 247 - color contains mainly: red. Hex color #F7557F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7557F is #08AA80. Grayscale: #8A8A8A. Windows color (decimal): -567937 or 8345079. OLE color: 8345079.

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

Color convert

RGB 247 85 127 -
CMYK 0 0.66 0.49 0.03
HSL 344.44º 0.91% 0.65% -
HSV(B) 344.44º 0.66% 0.97% -
XYZ 45.44 27.8 23.05 -
YUV 138.23 121.67 205.58 -
System Red Green Blue C M Y K H S L
Decimal 247 85 127 0 0.66 0.49 0.03 344.44 0.91 0.65
Hex F7 55 7F 0 42 31 3 158 5B 41
Octal 367 125 177 0 102 61 3 530 133 101
Binary 11110111 1010101 1111111 0 1000010 110001 11 101011000 1011011 1000001

Color Harmonies of #F7557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7557F

Black with #F7557F

Text Example


Text Example

White with #F7557F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7557F; }

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

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

background-color css

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

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

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

border-color css

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

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

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