Html Css Color HEX #F5707F Brink Pink

📋 copy color: '#F5707F'

red 245 ◦ green 112 ◦ blue 127

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

Shades of Brink Pink #F5707F

Tints of Brink Pink #F5707F

RGB

 RED value IS 245 (96.09% from 255) = 50.62%

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

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

R = 50.62%
G = 23.14%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F5707F (or 0xF5707F) is known color: Brink Pink. HEX triplet: F5, 70 and 7F. RGB value is (245,112,127). Sum of RGB (Red+Green+Blue) = 245+112+127=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F5707F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5707F is #0A8F80. Grayscale: #999999. Windows color (decimal): -692097 or 8351989. OLE color: 8351989.

HSL color Cylindrical-coordinate representation of color #F5707F: hue angle of 353.23º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F5707F is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 112 127 -
CMYK 0 0.54 0.48 0.04
HSL 353.23º 0.87% 0.7% -
HSV(B) 353.23º 0.54% 0.96% -
XYZ 47.28 32.53 23.87 -
YUV 153.48 113.06 193.28 -
System Red Green Blue C M Y K H S L
Decimal 245 112 127 0 0.54 0.48 0.04 353.23 0.87 0.7
Hex F5 70 7F 0 36 30 4 161 57 46
Octal 365 160 177 0 66 60 4 541 127 106
Binary 11110101 1110000 1111111 0 110110 110000 100 101100001 1010111 1000110

Color Harmonies of #F5707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5707F

Black with #F5707F

Text Example


Text Example

White with #F5707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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