Html Css Color HEX #FE707A Brink Pink

📋 copy color: '#FE707A'

red 254 ◦ green 112 ◦ blue 122

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

Shades of Brink Pink #FE707A

Tints of Brink Pink #FE707A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25%

R = 52.05%
G = 22.95%
B = 25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE707A (or 0xFE707A) is known color: Brink Pink. HEX triplet: FE, 70 and 7A. RGB value is (254,112,122). Sum of RGB (Red+Green+Blue) = 254+112+122=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE707A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE707A is #018F85. Grayscale: #9B9B9B. Windows color (decimal): -102278 or 8024318. OLE color: 8024318.

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

Color convert

RGB 254 112 122 -
CMYK 0 0.56 0.52 0.00
HSL 355.77º 0.99% 0.72% -
HSV(B) 355.77º 0.56% 1% -
XYZ 50.18 34.06 22.34 -
YUV 155.6 109.04 198.19 -
System Red Green Blue C M Y K H S L
Decimal 254 112 122 0 0.56 0.52 0.00 355.77 0.99 0.72
Hex FE 70 7A 0 38 34 0 164 63 48
Octal 376 160 172 0 70 64 0 544 143 110
Binary 11111110 1110000 1111010 0 111000 110100 0 101100100 1100011 1001000

Color Harmonies of #FE707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE707A

Black with #FE707A

Text Example


Text Example

White with #FE707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE707A; }

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

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

background-color css

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

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

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

border-color css

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

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

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