Html Css Color HEX #FE647A Brink Pink

📋 copy color: '#FE647A'

red 254 ◦ green 100 ◦ blue 122

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

Shades of Brink Pink #FE647A

Tints of Brink Pink #FE647A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.01%

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

R = 53.36%
G = 21.01%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE647A (or 0xFE647A) is known color: Brink Pink. HEX triplet: FE, 64 and 7A. RGB value is (254,100,122). Sum of RGB (Red+Green+Blue) = 254+100+122=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE647A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE647A is #019B85. Grayscale: #949494. Windows color (decimal): -105350 or 8021246. OLE color: 8021246.

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

Color convert

RGB 254 100 122 -
CMYK 0 0.61 0.52 0.00
HSL 351.43º 0.99% 0.69% -
HSV(B) 351.43º 0.61% 1% -
XYZ 48.94 31.59 21.93 -
YUV 148.55 113.02 203.21 -
System Red Green Blue C M Y K H S L
Decimal 254 100 122 0 0.61 0.52 0.00 351.43 0.99 0.69
Hex FE 64 7A 0 3D 34 0 15F 63 45
Octal 376 144 172 0 75 64 0 537 143 105
Binary 11111110 1100100 1111010 0 111101 110100 0 101011111 1100011 1000101

Color Harmonies of #FE647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE647A

Black with #FE647A

Text Example


Text Example

White with #FE647A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE647A; }

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

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

background-color css

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

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

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

border-color css

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

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

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