Html Css Color HEX #FE707F Brink Pink

📋 copy color: '#FE707F'

red 254 ◦ green 112 ◦ blue 127

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

Shades of Brink Pink #FE707F

Tints of Brink Pink #FE707F

RGB

 RED value IS 254 (99.61% from 255) = 51.52%

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

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

R = 51.52%
G = 22.72%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE707F (or 0xFE707F) is known color: Brink Pink. HEX triplet: FE, 70 and 7F. RGB value is (254,112,127). Sum of RGB (Red+Green+Blue) = 254+112+127=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE707F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE707F is #018F80. Grayscale: #9C9C9C. Windows color (decimal): -102273 or 8351998. OLE color: 8351998.

HSL color Cylindrical-coordinate representation of color #FE707F: hue angle of 353.66º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE707F is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 112 127 -
CMYK 0 0.56 0.50 0.00
HSL 353.66º 0.99% 0.72% -
HSV(B) 353.66º 0.56% 1% -
XYZ 50.5 34.19 24.02 -
YUV 156.17 111.54 197.78 -
System Red Green Blue C M Y K H S L
Decimal 254 112 127 0 0.56 0.50 0.00 353.66 0.99 0.72
Hex FE 70 7F 0 38 32 0 162 63 48
Octal 376 160 177 0 70 62 0 542 143 110
Binary 11111110 1110000 1111111 0 111000 110010 0 101100010 1100011 1001000

Color Harmonies of #FE707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE707F

Black with #FE707F

Text Example


Text Example

White with #FE707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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