Html Css Color HEX #FD647D Brink Pink

📋 copy color: '#FD647D'

red 253 ◦ green 100 ◦ blue 125

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

Shades of Brink Pink #FD647D

Tints of Brink Pink #FD647D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.15%

R = 52.93%
G = 20.92%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD647D (or 0xFD647D) is known color: Brink Pink. HEX triplet: FD, 64 and 7D. RGB value is (253,100,125). Sum of RGB (Red+Green+Blue) = 253+100+125=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD647D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD647D is #029B82. Grayscale: #949494. Windows color (decimal): -170883 or 8217853. OLE color: 8217853.

HSL color Cylindrical-coordinate representation of color #FD647D: hue angle of 350.2º 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 #FD647D is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 100 125 -
CMYK 0 0.60 0.51 0.01
HSL 350.2º 0.97% 0.69% -
HSV(B) 350.2º 0.6% 0.99% -
XYZ 48.77 31.48 22.91 -
YUV 148.6 114.69 202.47 -
System Red Green Blue C M Y K H S L
Decimal 253 100 125 0 0.60 0.51 0.01 350.2 0.97 0.69
Hex FD 64 7D 0 3C 33 1 15E 61 45
Octal 375 144 175 0 74 63 1 536 141 105
Binary 11111101 1100100 1111101 0 111100 110011 1 101011110 1100001 1000101

Color Harmonies of #FD647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD647D

Black with #FD647D

Text Example


Text Example

White with #FD647D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD647D; }

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

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

background-color css

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

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

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

border-color css

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

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

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