Html Css Color HEX #FE708A Brink Pink

📋 copy color: '#FE708A'

red 254 ◦ green 112 ◦ blue 138

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

Shades of Brink Pink #FE708A

Tints of Brink Pink #FE708A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.38%

R = 50.4%
G = 22.22%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE708A (or 0xFE708A) is known color: Brink Pink. HEX triplet: FE, 70 and 8A. RGB value is (254,112,138). Sum of RGB (Red+Green+Blue) = 254+112+138=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE708A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE708A is #018F75. Grayscale: #9D9D9D. Windows color (decimal): -102262 or 9072894. OLE color: 9072894.

HSL color Cylindrical-coordinate representation of color #FE708A: hue angle of 349.01º 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 #FE708A is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 112 138 -
CMYK 0 0.56 0.46 0.00
HSL 349.01º 0.99% 0.72% -
HSV(B) 349.01º 0.56% 1% -
XYZ 51.25 34.49 28 -
YUV 157.42 117.04 196.89 -
System Red Green Blue C M Y K H S L
Decimal 254 112 138 0 0.56 0.46 0.00 349.01 0.99 0.72
Hex FE 70 8A 0 38 2E 0 15D 63 48
Octal 376 160 212 0 70 56 0 535 143 110
Binary 11111110 1110000 10001010 0 111000 101110 0 101011101 1100011 1001000

Color Harmonies of #FE708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE708A

Black with #FE708A

Text Example


Text Example

White with #FE708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE708A; }

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

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

background-color css

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

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

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

border-color css

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

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

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