Html Css Color HEX #FD647A Brink Pink

📋 copy color: '#FD647A'

red 253 ◦ green 100 ◦ blue 122

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

Shades of Brink Pink #FD647A

Tints of Brink Pink #FD647A

RGB

 RED value IS 253 (99.22% from 255) = 53.26%

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

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

R = 53.26%
G = 21.05%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD647A (or 0xFD647A) is known color: Brink Pink. HEX triplet: FD, 64 and 7A. RGB value is (253,100,122). Sum of RGB (Red+Green+Blue) = 253+100+122=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FD647A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD647A is #029B85. Grayscale: #949494. Windows color (decimal): -170886 or 8021245. OLE color: 8021245.

HSL color Cylindrical-coordinate representation of color #FD647A: hue angle of 351.37º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD647A is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 100 122 -
CMYK 0 0.60 0.52 0.01
HSL 351.37º 0.97% 0.69% -
HSV(B) 351.37º 0.6% 0.99% -
XYZ 48.58 31.4 21.91 -
YUV 148.26 113.19 202.71 -
System Red Green Blue C M Y K H S L
Decimal 253 100 122 0 0.60 0.52 0.01 351.37 0.97 0.69
Hex FD 64 7A 0 3C 34 1 15F 61 45
Octal 375 144 172 0 74 64 1 537 141 105
Binary 11111101 1100100 1111010 0 111100 110100 1 101011111 1100001 1000101

Color Harmonies of #FD647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD647A

Black with #FD647A

Text Example


Text Example

White with #FD647A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD647A; }

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

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

background-color css

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

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

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

border-color css

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

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

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